Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/fatihkan/badi/architectgit clone --depth 1 https://github.com/fatihkan/badiWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00644 |
| Opus 5 | $0.00000 | $0.00322 |
| Sonnet 5 | $0.00000 | $0.00129 |
| Haiku 4.5 | $0.00000 | $0.00064 |
Grade A, and why
architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 80 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Project planning command. Turns vague project ideas into 5 structured documents: specification, implementation plan, task list, brand identity, and a kickoff prompt.
Required Tools
- Read (reference files, existing project info)
- Write (5 documents + TaskBoard integration)
- Agent (project-architect agent)
- Bash (project analysis)
Procedure (7 Steps)
Step 1: Get the Project Idea
Ask the user to describe the project:
- The project idea (1-2 sentences is enough, raw is fine)
- Size estimate: Small (weekend) / Medium / Large
Step 2: Activate the Project-Architect Agent
Delegate to the agent:
- Pass the project idea
- Pick the question layer by the size estimate
- Start the interactive discovery (Layer 1-3 questions)
Step 3: Load the References
The agent reads these reference files:
.claude/references/design-patterns.md.claude/references/specification-guide.md.claude/references/implementation-guide.md.claude/references/tasks-guide.md.claude/references/tech-stacks.md.claude/references/elicitation-guide.md
Step 4: Tech Stack Selection
Interactive tech-stack advisory:
- Offer options at 8 decision points
- Show pros/cons for each option
- Get the user's approval
Step 5: Create the 5 Documents
Create in order:
docs/SPECIFICATION.md— Scope, features, acceptance criteriadocs/IMPLEMENTATION.md— Tech stack, patterns, directory structuredocs/TASKS.md— Ordered task list (by phase)docs/BRANDING.md— Visual identity (user-facing projects)docs/PROMPT.md— A single-pass kickoff prompt
Step 6: Badi Integration
Integrate the produced documents into the Badi system:
- Move tasks from TASKS.md into
.claude/workspace/TaskBoard.md - Nominate the key architecture decisions from IMPLEMENTATION.md into
knowledge-base.md - Add the SPECIFICATION.md summary to
memory.md
Step 7: Next Steps
Point the user to:
/scaffoldto build the project structure (from IMPLEMENTATION.md)/startto begin the development session/spec-checkfor conformance checks (during development)
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 2d ago First seen · 80 lines · 0 tokens per session scan A 2d08bebdf07e
architect is a command published in the GitHub repository fatihkan/badi (7 stars, last pushed 16d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 644 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
audit-agents-skills
Audit quality of agents, skills, and commands in a Claude Code project.
sonarqube
Analyze SonarCloud quality issues for a specific PR.
land-and-deploy
Merge PR, wait for CI, verify deploy, run canary — the complete landing pipeline.
methodology-advisor
Analyzes your codebase and asks 3 targeted questions to recommend the right AI-assisted development methodology stack.
scaffold
Interactive coach that asks 4-5 questions to determine whether you need an agent, command, skill, hook, or rule — then generates a ready-to-use template. Usage: /scaffold (no arguments — starts the coaching session).
investigate
Systematic root-cause debugging — find the cause before writing any fix.