lwy-software-methodology-toolkit
Fallback skill when no project-specific one matches. Provides 10 battle-tested software-engineering methodology agents: problem-definer (Weinberg), story-mapper (Patton), spec-by-example (Adzic), domain-modeler (DDD/Evans), responsibility-modeler (CRC/Wirfs-Brock), architecture-advisor (Bass), tdd-coach (Beck), refactoring-guide (Fowler), legacy-surgeon (Feathers), test-strategist (Crispin). Use when user asks about DDD, TDD, refactoring, story mapping, test strategy, or software-architecture quality attributes.
What this skill does
# Software Methodology Toolkit Ten methodology agents covering analysis → planning → design → implementation → testing. Pure-prose skill — no scripts. > **Fallback rule:** project-specific skills always win. Use this toolkit only when no project skill matches, OR when the user explicitly asks for the raw methodology. The same 10 agents are also referenced by `requirement-workflow` (one default + opt-ins per phase) — see [requirement-workflow/agents/AGENTS.md](../requirement-workflow/agents/AGENTS.md). Use those phase contracts when a workflow is active; come back here for ad-hoc methodology queries. ## The 10 agents | Phase | Agent | Methodology | Author | |---|---|---|---| | Analysis | [problem-definer](agents/analyzing/problem-definer.md) | Six-question framing | Weinberg & Gause | | Analysis | [spec-by-example](agents/analyzing/spec-by-example.md) | Specification by example | Gojko Adzic | | Planning | [story-mapper](agents/planning/story-mapper.md) | User story mapping | Jeff Patton | | Design | [domain-modeler](agents/designing/domain-modeler.md) | Domain-driven design | Eric Evans | | Design | [responsibility-modeler](agents/designing/responsibility-modeler.md) | CRC / responsibility-driven | Rebecca Wirfs-Brock | | Design | [architecture-advisor](agents/designing/architecture-advisor.md) | Quality-attribute analysis | Bass, Clements, Kazman | | Implementation | [tdd-coach](agents/implementing/tdd-coach.md) | Test-driven development | Kent Beck | | Implementation | [refactoring-guide](agents/implementing/refactoring-guide.md) | Refactoring catalogue | Martin Fowler | | Implementation | [legacy-surgeon](agents/implementing/legacy-surgeon.md) | Working with legacy code | Michael Feathers | | Testing | [test-strategist](agents/testing/test-strategist.md) | Agile testing quadrants | Lisa Crispin | ## Routing decision table Match the first row that fires: | User signal | Agent | Confidence | |---|---|---| | "define the problem", "what is the real problem", stakeholder conflict | problem-definer | high | | "spec by example", "concrete examples", "acceptance criteria" | spec-by-example | high | | "story map", "user journey", "release planning", "MVP scope" | story-mapper | high | | "DDD", "domain model", "bounded context", "aggregate" | domain-modeler | high | | "CRC card", "object responsibility", "GRASP", "collaboration design" | responsibility-modeler | high | | "architecture decision", "quality attribute", "trade-off analysis", "ADR" | architecture-advisor | high | | "TDD", "test-driven", "red-green-refactor", "tests first" | tdd-coach | high | | "refactor", "code smell", "improve quality", "clean up code" | refactoring-guide | high | | "legacy code", "working effectively", "seam", "characterization test" | legacy-surgeon | high | | "test strategy", "test quadrant", "test pyramid", "test coverage" | test-strategist | high | | Requirements unclear or conflicting | problem-definer | medium | | Planning a brand-new product/feature from zero | story-mapper | medium | | Complex business rules to model | domain-modeler | medium | | Tech / architecture choice | architecture-advisor | medium | | Untested or legacy codebase | legacy-surgeon | medium | | No clear signal but methodology help requested | problem-definer (default entry) | low | If confidence is **low**, confirm the agent choice with the user before continuing. ## Agent output contract Every agent in this toolkit follows the same output rules: | Allowed | Not allowed | |---|---| | Analysis and structured reports | Writing or generating code | | Recommendations with trade-offs | Deciding for the user | | Diagrams / models (text form) | Running commands or modifying files | | Asking questions to clarify | Producing unstructured prose | Each agent's output must contain: (1) **Context summary**, (2) **Findings**, (3) **Ranked recommendations with trade-offs**, (4) **Next steps**. ## Boundaries This skill **only**: - Routes user requests to the right methodology agent - Provides structured analysis, recommendations, reports - Composes agents into multi-step workflows This skill **does not**: - Generate or modify code → use the IDE directly - Project-specific orchestration → delegate to `requirement-workflow` - Run commands or do file I/O → no runtime dependency - Create agents / skills / rules → delegate to `project-agent-writer` / `project-skill-writer` / `project-rules-writer` ## See also (loaded on demand) - [references/per-agent-detail.md](references/per-agent-detail.md) — when-to-use + trigger phrases for each of the 10 agents - [references/workflows.md](references/workflows.md) — composed multi-agent workflows (new-feature / legacy-code / architecture) - [references/bibliography.md](references/bibliography.md) — the 10 source books
Related in Code Review
gstack
IncludedFast headless browser for QA testing and site dogfooding. Navigate pages, interact with elements, verify state, diff before/after, take annotated screenshots, test responsive layouts, forms, uploads, dialogs, and capture bug evidence. Use when asked to open or test a site, verify a deployment, dogfood a user flow, or file a bug with screenshots. (gstack)
startup-due-diligence
IncludedLegal due diligence review for seed-stage and Series A startups (US, Delaware C-Corp focus). Supports both investor and founder perspectives. Capabilities include: (1) Interactive document review and issue spotting; (2) Document request list generation; (3) Cap table and SAFE/convertible note analysis; (4) Red flag identification with severity ratings; (5) Diligence report generation. TRIGGERS: due diligence, DD, startup investment, cap table review, Series A, seed round, investor diligence, legal review startup, SAFE analysis, convertible note, 409A, founder vesting.
interview-master
IncludedThis skill should be used when the user asks to "generate interview questions", "prepare for interview", "optimize resume", "conduct mock interview", "analyze git commits for resume", "generate resume from code", "review my resume", or mentions interview preparation, career assistance, or extracting project experience from git history. Provides comprehensive interview and career development guidance for both job seekers and interviewers.
fix-issue
IncludedFixes GitHub issues using parallel analysis agents for root cause investigation, code exploration, and regression detection. Reads issue context from gh CLI, searches codebase and memory for related patterns, generates a fix with tests, and links the resolution back to the issue via PR. Includes prevention analysis to avoid recurrence. Use when debugging errors, resolving regressions, fixing bugs, or triaging issues.
sf-apex
IncludedGenerates and reviews Salesforce Apex code with 150-point scoring. TRIGGER when: user writes, reviews, or fixes Apex classes, triggers, test classes, batch/queueable/schedulable jobs, or touches .cls/.trigger files. DO NOT TRIGGER when: LWC JavaScript (use sf-lwc), Flow XML (use sf-flow), SOQL-only queries (use sf-soql), or non-Salesforce code.
swift-development
IncludedComprehensive Swift development for building, testing, and deploying iOS/macOS applications. Use when Claude needs to: (1) Build Swift packages or Xcode projects from command line, (2) Run tests with XCTest or Swift Testing framework, (3) Manage iOS simulators with simctl, (4) Handle code signing, provisioning profiles, and app distribution, (5) Format or lint Swift code with SwiftFormat/SwiftLint, (6) Work with Swift Package Manager (SPM), (7) Implement Swift 6 concurrency patterns (async/await, actors, Sendable), (8) Create SwiftUI views with MVVM architecture, (9) Set up Core Data or SwiftData persistence, or any other Swift/iOS/macOS development tasks.