pi-real-engineering
Unscoped alias for @artale/pi-real-engineering: Real Engineering Workflow for Pi.
Package details
Install pi-real-engineering from npm and Pi will load the resources declared by the package manifest.
$ pi install npm:pi-real-engineering- Package
pi-real-engineering- Version
0.2.2- Published
- Jun 19, 2026
- Downloads
- not available
- Author
- artale
- License
- MIT
- Types
- extension, skill
- Size
- 12.2 KB
- Dependencies
- 0 dependencies · 1 peer
Pi manifest JSON
{
"extensions": [
"./extensions"
],
"skills": [
"./skills"
]
}Security note
Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.
README
pi-real-engineering
Plan → Build → Test → Review → Ship for Pi, with verifier guardrails and receipts.
This is not a loose skills pack. It installs one workflow command plus the small skills that make the loop work.
Install
pi install npm:pi-real-engineering
/reload
Golden path
idea → safety gate → ADW plan/build/test/review → receipt → guarded deploy
Run it:
/real-engineering build the smallest safe version of <idea>
The command makes Pi:
- restate the idea
- run a safety gate before risky writes/commands/deploys
- plan/build/test/review in the smallest useful loop
- produce a receipt: changed files, commands run, test output, review result, deploy decision
- deploy only when explicitly requested and verified
Included skills
| Skill | Purpose |
|---|---|
setup-artale-skills |
Create repo conventions: AGENTS.md, CONTEXT.md, docs/adr/, .pi/plans/ |
grill-with-docs |
Interview against docs/context before implementation |
tdd |
Red-green-refactor one vertical slice at a time |
diagnosing-bugs |
Reproduce, minimize, hypothesize, instrument, fix |
domain-modeling |
Maintain shared language in CONTEXT.md and ADRs |
codebase-design |
Design deep modules with small interfaces and clean seams |
Receipt format
## Real Engineering Receipt
- Idea:
- Safety gate:
- Plan:
- Changed files:
- Commands run:
- Test output:
- Review result:
- Deploy decision:
No new infra. The workflow uses Pi commands, verifier discipline, and your existing deploy path.
Scoped package
This is the unscoped npm alias of @artale/pi-real-engineering.
Package aliases
Both packages install the same workflow:
pi install npm:pi-real-engineering
pi install npm:@artale/pi-real-engineering
Prefer npm:pi-real-engineering for the short golden path install.