diegoesolorzano/spec-plan-ship

Spec it. Plan it. Ship it. — Lightweight skill kit for Claude Code combining BMAD Method, Spec-Kit, and Superpowers.

5Stars on the repository
6Mods indexed here, across every type
todayLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

feature-plan

01

diegoesolorzano/spec-plan-ship

Skill Claude CodeCodex

Granular implementation plan with ordered tasks and typed architectural anchors. Acts as Software Architect to define HOW, WHERE, and in what ORDER. Reads spec from docs/specs/ or accepts inline description. Produces tasks of 2-5 min each with exact file paths, typed signatures (interfaces, function contracts)…

not rated 5 today A 105 tokens original MIT

feature-spec

02

diegoesolorzano/spec-plan-ship

Skill Claude CodeCodex

Feature specification before coding. Captures WHAT, WHY, and key design decisions. Produces specs with problem statement, requirements, acceptance criteria, design decisions, schema/API/UI changes, risks, and deploy checklist. Detail scales to complexity — simple features get short specs, complex features get…

not rated 5 changed today A 112 tokens original MIT

diegoesolorzano/spec-plan-ship

Skill Claude CodeCodex

Designs operational functional tests for Medium+ features before production. Use after /test-plan (Full tier) or DIRECTLY after /feature-plan (Standard tier — its upstream is then the plan itself) when a feature changes a real business capability, workflow, automation, user journey, pipeline, agent behavior…

not rated 5 today A 105 tokens original MIT

security-review

04

diegoesolorzano/spec-plan-ship

Skill Claude CodeCodex

Adversarial security review of a change before it ships. Answers one question with evidence: what can an untrusted caller reach that they should not? Covers privilege reachability across trust boundaries, authorization vs authentication, caller-supplied identity and values, secret handling, data isolation…

not rated 5 today A 152 tokens original MIT

tdd

05

diegoesolorzano/spec-plan-ship

Skill Claude CodeCodex

Test-Driven Development enforcement. Use when implementing tasks from a feature plan, fixing bugs, or adding new functionality. Follows the classic RED-GREEN-REFACTOR cycle: write a failing test first, implement the minimum code to pass it, then refactor. Integrates with /feature-plan tasks that have Tests: Yes. Use…

not rated 5 today A 95 tokens original MIT

test-plan

06

diegoesolorzano/spec-plan-ship

Skill Claude CodeCodex

Full test plan for Medium+ complexity features. Reads the approved plan (which already has a Test Matrix section), and expands it into a comprehensive standalone test suite — detailed cases, fixtures, factories, E2E flows, parallelization groups, and adversarial review. Use for features with cross-layer interactions…

not rated 5 today A 106 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: