Audit codebase for adherence to architectural standards, practices, and rules. Use when user says "audit arch",...
find ~/TalonT-Org/ -name "*.skill"
Analyze historical bug patterns by mining Claude Code project logs for /investigate skill invocations since a...
Audit codebase for internal cohesion - how well components fit together and maintain consistent patterns. Distinct...
Audit the codebase against defense standards derived from historical bug patterns. Standards accumulate over time as...
Audit the test suite for useless tests, consolidation opportunities, over-mocking, weak assertions,...
Investigate a bug pattern audit report and design architectural guards (tests, contracts, structural changes) that...
Elaborate a migration plan phase into a complete self-contained implementation plan. Use when user says "elaborate...
Identify AI-generated code slop in the codebase - useless comments, backward compatibility hacks, deprecation...
Generate architecture diagram for a specific component or system. Prompts user to select which area to document,...
Decompose a task, plan, roadmap, or feature description into a structured set of requirements grouped for...
Analyze a plan or codebase to generate scenarios in "Actor wants to..." format from a stated perspective. Use when...
Render a recipe YAML as a compact visual overview with ASCII flow diagram and input table. Only invoke when the user...
Update architecture markdown files. Use when user says "update architecture", "update arch docs", "sync...
Add or update functional requirement documents in docs/requirements/
Add or update functional specification documents. Use when user says "update specs", "update specifications", "sync...
Verify an architecture diagram against the actual codebase. Checks component existence, connection accuracy, and...