danweinerdev

44 mods across 1 repository, 2 stars between them.

sdd-planner

01

danweinerdev/claude-sdd-planner

Plugin Claude Code

Spec-driven development planning: lifecycle skills and review agents for structured plans, specs, designs, and research.

2 3d ago A tokens not measured original MIT

sdd-brainstorm

02

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Explore possibilities for a problem or opportunity with structured evaluation. Do NOT enter plan mode — this skill produces a brainstorm artifact directly. brainstorm, explore options, what are our options.

2 3d ago A 40 tokens original MIT

sdd-cli

03

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

How to drive the sdd binary — artifact reads/writes, lifecycle transitions, evidence, validation, the decision ledger. Load whenever about to run sdd, record completion evidence, transition a task/phase/plan status, create or edit an SDD artifact, or query plans outside a lifecycle skill.

2 3d ago A 65 tokens original MIT

sdd-code-review

04

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Review implementation code against a plan, specification, or design for drift, correctness, missing requirements, and blind spots.

2 3d ago A 28 tokens original MIT

sdd-debrief

05

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Write after-action notes for a completed plan phase. debrief phase, after-action, phase complete.

2 3d ago A 24 tokens original MIT

sdd-decide

06

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Record, look up, or reconcile entries in the decision ledger — the persistent log of decided truths. record decision, log this decision, what did we decide, decision ledger, supersede decision.

2 3d ago C 43 tokens original MIT

sdd-decision-log

07

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Recording user decisions as durable truth in the decision ledger. Load whenever the user makes a design or architecture choice, defines a project concept or term, answers a design question, reverses an earlier decision, or when current work touches a topic the ledger may already govern — including plain conversation…

2 3d ago A 70 tokens original MIT

sdd-design

08

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Create a technical architecture and design document. Do NOT enter plan mode — this skill produces a design artifact directly. design this, architecture for, technical design.

2 3d ago A 34 tokens original MIT

sdd-implement

09

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Execute an approved spec-driven implementation plan phase, update task statuses, and verify code changes. Use when asked to implement an active plan or execute a specific phase or task.

2 3d ago A 39 tokens original MIT

sdd-plan

10

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Create or expand a structured implementation plan with phases, tasks, subtasks, and verification criteria. Re-running on an existing plan deepens it — adds tasks, fills gaps, refines subtasks. Do NOT enter plan mode — this skill produces plan artifacts directly. create a plan, plan this, implementation plan, expand…

2 3d ago A 80 tokens original MIT

sdd-poke-holes

11

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Adversarial critical analysis of plans, specs, or designs. poke holes, find gaps, challenge this, what could go wrong, devil's advocate.

2 3d ago A 37 tokens original MIT

sdd-research

12

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Investigate a topic and produce a structured research document. research this, investigate, look into.

2 3d ago A 23 tokens original MIT

sdd-setup

13

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Set up spec-driven planning in a repository by creating planning-config.json, artifact directories, ignore entries, and optional AGENTS.md guidance. Use when asked to initialize or configure planning for a repository or worktree.

2 3d ago A 47 tokens original MIT

sdd-specify

14

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Write a requirements specification for a feature. Do NOT enter plan mode — this skill produces a spec artifact directly. write spec, specify requirements, requirements for.

2 3d ago A 35 tokens original MIT

sdd-validate

15

danweinerdev/claude-sdd-planner

Skill Claude CodeCodex

Validate SDD artifact structure, statuses, completion evidence, dependencies, identifiers, and decision-ledger consistency without modifying files. validate plan, check SDD integrity, audit completion evidence, validate artifacts.

2 3d ago A 43 tokens original MIT

danweinerdev/claude-sdd-planner

Instructions file CodexOpenCode

AGENTS.md instructions for danweinerdev/claude-sdd-planner, covering sdd planner — agent development guide, what this repository is, build and test, editing rules (the ones that bite) and conventions (single sources of truth).

2 3d ago A 1,601 tokens original MIT

blind-spot-finder

18

danweinerdev/claude-sdd-planner

Agent

Adversarial fresh-eyes code reviewer. Receives the diff only — no plan, spec, or design — and deliberately hunts for the scenarios intent-aware reviewers forgive: concurrency, retries, encoding, security, production failures, maintenance traps, and unknown-unknowns. Every finding is a concrete scenario, not a vague…

2 3d ago A 119 tokens original MIT

code-implementer

19

danweinerdev/claude-sdd-planner

Agent

Implements a single plan task in the target codebase — reads the task, writes the code, runs the tests, and reports back with files changed, commit hash, and any blockers. Invoke from /implement for each task in a wave. Delivers working, verified code, not scaffolding.

2 3d ago A 65 tokens original MIT

plan-reviewer

20

danweinerdev/claude-sdd-planner

Agent

Reviews implementation plans and design documents for completeness, feasibility, convention compliance, and gap analysis. Invoke before approving a plan, when a plan is revised, or when a design needs a structural sanity check. Returns findings with severity and a verdict of Approve or Revise.

2 3d ago A 58 tokens original MIT

quality-scanner

21

danweinerdev/claude-sdd-planner

Agent

Evaluates code quality with zero knowledge of intent — correctness, safety, maintainability, testing, and over-engineering. Receives diff + code only; never reads plans, specs, or designs. Intent-blindness is the point: plan-aware reviewers forgive code that 'does what was asked', this one doesn't. Dispatched in…

2 3d ago B 124 tokens original MIT

researcher

22

danweinerdev/claude-sdd-planner

Agent

Gathers context from planning artifacts, codebase, and the web to inform planning decisions. Invoke at the start of /brainstorm, /specify, /design, /plan, /poke-holes, or any skill that needs a compound view of existing research, specs, designs, plans, and related code before new work begins.

2 3d ago A 71 tokens original MIT

spec-compliance

23

danweinerdev/claude-sdd-planner

Agent

Checks whether code changes satisfy the requirements stated in specs and designs. Builds a checklist of functional requirements, acceptance criteria, error behaviors, and design contracts, then maps each to the code. Receives diff + specs/designs only — never the plan or phase doc. Dispatched in parallel by…

2 3d ago B 99 tokens original MIT

spec-reviewer

24

danweinerdev/claude-sdd-planner

Agent

Reviews specifications for testability, completeness, and ambiguity. Invoke before approving a spec, when a spec is revised, or when acceptance criteria need to be stress-tested for measurability. Returns findings with severity and a verdict of Approve or Revise.

2 3d ago A 55 tokens original MIT