diegoesolorzano

6 mods across 1 repository, 5 stars between them.

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)…

5 18d ago 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…

5 18d ago 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…

5 18d ago 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…

5 18d ago 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…

5 18d ago 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…

5 18d ago A 106 tokens original MIT