Generate architecture and design documents for implemented code changes with risk-based depth selection. Automatically evaluates risk signals, layer spread, and change magnitude to choose documentation level (A/B/C). Use after completing a feature, before merging a PR that touches multiple layers or sensitive areas (auth, infra, migrations, payments), or when an implemented change needs a design record or ADR.
$npx -y skills add comsky/remy-skill-recipes --skill architecture-specInstalls into the current project.
Run `npx skills use "https://github.com/comsky/remy-skill-recipes" --skill "comsky/remy-skill-recipes/architecture-spec"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/comsky/remy-skill-recipes" that are relevant to the current task. Run `npx skills add "https://github.com/comsky/remy-skill-recipes"` and select the relevant skills, then follow their instructions.