framework/claude/skills/sdd-status/SKILL.md
--- name: sdd-status description: Check progress and analyze downstream impact allowed-tools: Read, Glob, Grep argument-hint: [feature-name] [--impact] --- # SDD Status (Unified) <instructions> ## Core Task Display comprehensive status for specifications and optionally analyze downstream impact of changes. Lead handles directly (read-only, no SubAgent needed). ## Step 1: Parse Arguments ``` $ARGUMENTS = "" → Overall roadmap + all specs progress $ARGUMENTS = "{feature}"
npx skillsauth add sync-dev-org/sync-sdd framework/claude/skills/sdd-statusInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Display comprehensive status for specifications and optionally analyze downstream impact of changes. Lead handles directly (read-only, no SubAgent needed).
$ARGUMENTS = "" → Overall roadmap + all specs progress
$ARGUMENTS = "{feature}" → Individual spec status
$ARGUMENTS = "{feature} --impact" → Individual spec status + downstream impact analysis
$ARGUMENTS = "--impact {feature}" → Same as above
{{SDD_DIR}}/project/specs/roadmap.md (if exists){{SDD_DIR}}/project/specs/*/spec.yaml for all specs{{SDD_DIR}}/project/specs/.cross-cutting/*/ for active/archived cross-cutting revisionsFor each wave in roadmap:
blocked_info details (blocked_by, reason)spec.yaml.changelog (version, action, timestamp){{SDD_DIR}}/project/specs/{feature}/reviews/verdicts.yaml exists, display per batch: B{seq}, review-type, date, verdict, tracked open countspecs/.cross-cutting/{id}/--impact flag)Format as human-readable markdown report.
</instructions>/sdd-roadmap design \"description\" to create."tools
--- name: sdd-steering description: Set up project-wide context (create, update, delete, custom) allowed-tools: Bash, Glob, Grep, Read, Write, Edit, Skill argument-hint: [-y] [custom] --- # SDD Steering (Unified) <instructions> ## Core Task Manage project steering documents. Lead handles directly (no SubAgent dispatch needed) since it requires user interaction. **Before any steering operation**, read `{{SDD_DIR}}/settings/rules/agent/steering-principles.md` and apply its principles (content
tools
Session start — invoke on "再開", "continue", "resume", or at every session start
content-media
Unified spec lifecycle (design, impl, review, roadmap management)
development
Unified review pipeline for design, impl, and dead-code reviews