Skip to content
Nurul Hadi edited this page Jun 5, 2026 · 3 revisions

Welcome to Amanah Blueprint

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.

Why Amanah Blueprint?

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 /build command that tracks progress in real-time.

Documentation

Getting Started

  1. Installation the framework in your project.
  2. Run /setup to scan your codebase and generate your Project Atlas.
  3. Generate your first feature specification with /blueprint <feature-name>.

Reference

Clone this wiki locally