spectastic

Spectastic.Propose — Testing skill for Claude Code

Testing community

Author a change proposal for an existing spec — intent, scope, typed deltas, tasks; one PR-shaped file per change.

How to install Spectastic.Propose

Installs to ~/.claude/skills/spectastic-spectastic-spectastic.propose/SKILL.md

Terminal
mkdir -p ~/.claude/skills/spectastic-spectastic-spectastic.propose && curl -fsSL https://raw.githubusercontent.com/spectastic/spectastic/HEAD/commands/spectastic.propose.md -o ~/.claude/skills/spectastic-spectastic-spectastic.propose/SKILL.md

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

What Spectastic.Propose does


description: Author a change proposal for an existing spec — intent, scope, typed deltas, tasks; one PR-shaped file per change. Use when changing an already-written spec: adding, modifying, or removing a requirement — not a brand-new feature (/spectastic.spec), landing an approved proposal (/spectastic.apply), or classifying a defect first (/spectastic.triage). argument-hint: triggers:

  • "propose a change to a spec"
  • "author a change proposal"
  • "

Alternatives in Testing

  • Mda — MDA Open Spec — a Markdown superset for agent-facing documents 615 ★
  • Maestro Spec — Intent-driven spec precipitation — state a constraint in natural language (加一条规范:禁止用 any / 记录架构约束:服务间走 gRPC / 530 ★
  • Test Fixing — Detect failing tests and propose patches or fixes 475 ★

Full documentation available on GitHub

View Source Repository