Ratler

Spec Delegated — Testing skill for Claude Code

Testing community

Write a delegated execution spec from the current brainstorming session.

How to install Spec Delegated

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

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

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

What Spec Delegated does


description: "Write a delegated 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-delegated/SKILL.md` and follow its instructions exactly.

Alternatives in Testing

  • OpenAgentsControl — AI agent framework for plan-first development workflows with approval-based execution 4.8k ★
  • 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