Ratler

Spec Team — Testing skill for Claude Code

Testing community

Write a team execution spec from the current brainstorming session.

How to install Spec Team

Installs to ~/.claude/skills/ratler-dream-team-spec-team/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ratler-dream-team-spec-team && curl -fsSL https://raw.githubusercontent.com/Ratler/dream-team/HEAD/commands/spec-team.md -o ~/.claude/skills/ratler-dream-team-spec-team/SKILL.md

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

What Spec Team does


description: "Write a team execution spec from the current brainstorming session"

CRITICAL RULE: The spec file MUST be saved as specs/YYYY-MM-DD-.md using today's date. For example, if today is 2026-02-07 and the topic is "user auth", save as specs/2026-02-07-user-auth.md. Never omit the date prefix.

Read `${CLAUDE_PLUGIN_ROOT}/skills/spec-team/SKILL.md` and follow its instructions exactly.

Alternatives in Testing

  • Cc Sdd — Spec-driven development (SDD) for your team's workflow 3.1k ★
  • Claude Codepro — by Max Ritter - Professional development environment for Claude Code with spec-driven workflow, TDD enforcemen 1.6k ★
  • Add Plugin — Integrate a spec-driven/skill framework as a bundled agtx plugin 1.5k ★

Full documentation available on GitHub

View Source Repository