-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Nurul Hadi edited this page Jun 5, 2026
·
3 revisions
Amanah Blueprint is an AI-ready software specification system designed for Claude Code and Gemini CLI. It transforms high-level feature requests into implementation-ready blueprints that AI agents can execute with high precision and minimal human intervention.
Modern AI agents are powerful but often struggle with ambiguity. Amanah Blueprint eliminates the "guesswork" by enforcing a structured workflow and 29 rigorous Quality Gates.
- Zero Ambiguity: Generates specs with exact file paths, method signatures, and logic.
- Traceability: Links every action item back to a formal requirement and forward to a test case.
- Security First: Built-in audits for SQL injection, auth dependencies, and data isolation.
-
Autonomous Execution: Includes a
/buildcommand that tracks progress in real-time.
- Architecture: Context-driven reasoning and the core pipeline.
- Quality Gates: The 29 automated checks that enforce precision.
- Advanced Atlas: Mastering project context and custom maps.
- Extending Amanah: Adding commands and customizing behavior.
- Installation the framework in your project.
- Run
/setupto scan your codebase and generate your Project Atlas. - Generate your first feature specification with
/blueprint <feature-name>.
-
Command Reference: Learn how to use
/setup,/blueprint,/build, and more. - Security Model: How we keep your codebase safe.
- Amanah on npm
- Main Repository