-
Notifications
You must be signed in to change notification settings - Fork 0
Command Reference
Nurul Hadi edited this page Jun 5, 2026
·
1 revision
Amanah Blueprint provides a suite of powerful slash commands to manage your AI-driven development workflow.
| Command | Usage | Description |
|---|---|---|
/setup |
/setup |
One-time project initialization. Detects your tech stack and generates the Project Atlas. |
/atlas |
/atlas |
Scans the codebase to refresh your Project Atlas context maps. |
/blueprint |
/blueprint <name> |
Generates a 3-step feature specification (what.md, how.md, now.md). |
/fix |
/fix <description> |
Generates a single-file bug fix plan (fix.md) for quick changes. |
/build |
/build <name> |
Autonomous implementation. The agent will execute tasks from the blueprint and mark them as done. |
/spec |
/spec <name> |
Reads an existing blueprint and displays a progress report. |
/review |
/review <file> |
Reviews the specified file against your project's conventions.md. |
/test |
/test <feature> |
Scaffolds Vitest or Jest tests directly from your blueprint's strategy. |
/audit |
/audit <file> |
Runs the 29 Quality Gates audit against your code or specification. |
/bridge |
/bridge <path> |
Syncs external API or Backend schemas into your project's context. |
/history |
/history <topic> |
Searches past blueprints to identify and synthesize consistent architectural patterns. |