claude-spec

active
Tech Stack:
Claude Code Planning TypeScript

claude-spec is a Claude Code plugin that provides a structured workflow for project planning and implementation with artifact lifecycle management.

Features

  • Socratic Elicitation — Requirements gathering through guided questioning
  • PRD Generation — Product Requirements Documents from conversations
  • Architecture Planning — Technical architecture and implementation plans
  • Progress Tracking — PROGRESS.md checkpoint files across sessions
  • Worktree Management — Isolated git worktrees for parallel development

Commands

Command Description
/cs:p <idea> Plan a new project
/cs:i <project> Track implementation progress
/cs:s View project status
/cs:c <project> Complete and archive a project

Workflow

/cs:p → Plan → /cs:i → Implement → /cs:c → Complete