From aidd-context
Guides technical architecture for new SaaS projects through interactive Q&A, candidate-stack comparison, multi-agent audit, and INSTALL.md output.
How this skill is triggered — by the user, by Claude, or both
Slash command
/aidd-context:01-bootstrapThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Plays the role of technical architect for a new SaaS project. Walks the user through a 24-item checklist (18 user-input + 6 derived), proposes 2-3 candidate stacks, audits each via parallel agents, then produces `aidd_docs/INSTALL.md` capturing the technical vision, decisions, stack, architecture pattern, folder tree, and install steps. Documentation only - no code, no scaffolding.
Plays the role of technical architect for a new SaaS project. Walks the user through a 24-item checklist (18 user-input + 6 derived), proposes 2-3 candidate stacks, audits each via parallel agents, then produces aidd_docs/INSTALL.md capturing the technical vision, decisions, stack, architecture pattern, folder tree, and install steps. Documentation only - no code, no scaffolding.
| # | Action | Role | Input |
|---|---|---|---|
| 01 | gather-needs | Q&A across the 24-item checklist | user intent |
| 02 | propose-candidates | Derive 2-3 candidate stacks, render comparison table | filled checklist |
| 03 | audit-candidates | Spawn parallel agents to validate each candidate, emit verdict | candidates table |
| 04 | pick-and-design | User picks winner; generate folder tree + Mermaid diagram | audit report |
| 05 | write-install-md | Produce aidd_docs/INSTALL.md | design + decisions |
01 → 02 → 03 → 04 → 05. Sequential. The audit (03) is a gate: if every candidate returns ❌, loop back to 02 to revise candidates or 01 to revisit needs.
aidd_docs/INSTALL.md. It never creates package.json, source files, or empty directories.@references/stack-heuristics.md when proposing candidates.@references/stack-heuristics.md - input → recommended-stack-family heuristics@assets/checklist.md - the 24-item checklist (4 blocks)@assets/install-template.md - the INSTALL.md skeletonaidd-context/skills/09-mermaid/SKILL.md - invoked from action 04 to render the architecture diagramnpx claudepluginhub ai-driven-dev/frameworkTransforms product requirements into executable technical architecture with tech stack selection, system design, deployment strategies, and architecture reviews.
Transforms product requirements into executable technical architecture via phased workflow for system design, tech stack selection, deployment strategy, and review.
Designs system architecture for tech stack, API contracts, data models, and infrastructure shape. Supports brownfield extensions and engagement modes from Express to Meticulous.