Crafting Kit architectural decision records covering risk gates, execution as a first class stage, no assumption execution, and tool permission enforcement. Use when you need the rationale behind a contract or boundary.
Audit API, CLI, OpenAPI, GraphQL, and CLI help against documented contracts and example outputs. Use when validating contract drift or releasing public surfaces.
Audit API contract compatibility, deprecation strategy, and version migration. Use when planning a contract change.
Answer specific repository questions with cited paths and excerpts. Use when the user asks where something is, how it works, or what depends on it.
Compare the project to competitors using source evidence and allowed research. Use when preparing positioning, market readiness, or product narrative.
Assess database migration reversibility, idempotency, transactional safety, and destructive-change risk. Use before applying or shipping a migration.
Enforce module and package dependency boundaries against a target architecture document. Use when reviewing imports against architecture rules.
Crafting Kit Mermaid diagrams of the global orchestrator, execution state machine, and tool permission flow. Use when explaining the runtime contract visually.