← ClaudeAtlas

strategy-auditlisted

Strategic alignment audit for codebases. Applies Roger Martin's strategy framework directly to code — analyzing what the code reveals about its strategic choices, investment levels, and capability reinforcement. Produces a prioritized findings report and feeds actionable refactorings into dev-planning. Use for code review through a strategy lens, feature gap analysis, investment mismatch detection, or surfacing undocumented strategic choices. Triggers on: strategy audit, strategic audit, martinize, martinizing, roger martin, code as strategy, strategy review, investment mismatch, capability analysis, strategic alignment, where should I invest, code investment audit, feature gap analysis, over-engineered, dead code strategy, what's table stakes.
e128/dotnet-reference · ★ 2 · Data & Documents · score 71
Install: claude install-skill e128/dotnet-reference
# Martinizing Reads the **code as strategy**: what do investment levels, architecture, and capability chains reveal about the project's actual strategic choices? Roger Martin's "not stupid on its face" test is the sharpest tool here. Unlike `apply all skills` (which checks code against technical recommendations), this audit derives strategic intent from the code itself. Finding category definitions, Phase 3 agent prompt template, and Phase 4 report format: [references/scoring-rubric.md](references/scoring-rubric.md). ## Usage ``` /strategy-audit # Audit current working directory /strategy-audit ./src # Audit specific path /strategy-audit /path/to/repo # Audit any repo /strategy-audit --resume # Resume from last checkpoint in .claude/tmp/strategy-audit/state.md ``` One optional argument: the code path to audit. Defaults to current working directory. **This skill does NOT read or modify documentation files.** It audits code only. ## Prerequisites - **dev-planning** skill — structures the output into actionable implementation plans - Strategy framework reference bundled at [references/five-elements-of-strategy.md](references/five-elements-of-strategy.md) ## Workflow ### Step R: Resume Check Before doing anything else, check for an in-progress run: Read `.claude/tmp/strategy-audit/state.md`. If the file exists, determine which phases are `DONE`, skip them, and load referenced intermediate files: - If Phase 2 is `DONE`, lo