joeggggg

Init Spec Project — Testing skill for Claude Code

Testing community

Bootstrap a new project with the full spec-driven development workflow — docs/, CLAUDE.md, commands, hooks, and configs.

How to install Init Spec Project

Installs to ~/.claude/commands/joeggggg-agent-coworking-setup-init-spec-project.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/joeggggg/agent-coworking-setup/HEAD/.claude/commands/init-spec-project.md -o ~/.claude/commands/joeggggg-agent-coworking-setup-init-spec-project.md

Restart Claude Code, or start a new session, for it to be picked up.

What Init Spec Project does


description: Bootstrap a new project with the full spec-driven development workflow — docs/, CLAUDE.md, commands, hooks, and configs.

/init-spec-project — Spec-Driven Project Initializer

Set up the complete spec-driven development workflow for a new or existing project. `docs/` becomes the single source of truth. Code follows specs, not the other way around.

**Input:** `$ARGUMENTS` — project name, brief description, and tech stack. Example: `"MyCoolApp" — a fitness tracking PWA — Re

Alternatives in Testing

  • Cc Sdd — Spec-driven development (SDD) for your team's workflow 3.1k ★
  • AI Contribution Skills (Engram) — branch-pr: clean branch and PR workflow 2.5k ★
  • Spec Kitty — Spec-Driven Development for serious software developers 1.6k ★

Full documentation available on GitHub

View Source Repository