sdd-planner
01danweinerdev/claude-sdd-planner
Plugin Claude Code
Spec-driven development planning: lifecycle skills and review agents for structured plans, specs, designs, and research.
danweinerdev/claude-sdd-planner
Plugin Claude Code
Spec-driven development planning: lifecycle skills and review agents for structured plans, specs, designs, and research.
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.
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.
danweinerdev/claude-sdd-planner
Skill Claude CodeCodex
Review implementation code against a plan, specification, or design for drift, correctness, missing requirements, and blind spots.
danweinerdev/claude-sdd-planner
Skill Claude CodeCodex
Write after-action notes for a completed plan phase. debrief phase, after-action, phase complete.
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.
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…
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.
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.
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…
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.
danweinerdev/claude-sdd-planner
Skill Claude CodeCodex
Investigate a topic and produce a structured research document. research this, investigate, look into.
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.
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.
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.
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).
danweinerdev/claude-sdd-planner
Instructions file
Claude Code instructions for danweinerdev/claude-sdd-planner, covering sdd planner, directory structure, the two-tree architecture, conventions and frontmatter.
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…
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.
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.
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…
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.
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…
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.