Changelog
Cross-platform support: compiles for Claude Code, Codex, and Gemini.
Initial release in the engineering skill pack.
How it works
1
Get feature
Checks arguments or asks what to spec
2
Load context
Reads engineering architecture, product roadmap, existing projects
3
Clarify
Asks key questions: problem, user, constraints, timeline
4
Write spec
Problem, proposal, design, API, data model, implementation plan, trade-offs
5
Save
Writes to engineering/specs/<slug>.md
Details
- Fits new work into existing architecture - doesn't redesign from scratch
- Includes API/interface definitions and data models
- Lists trade-offs and open questions explicitly
- Creates engineering/specs/ directory if needed