propose-spec
49Skill Claude CodeCodex
Explore a spec idea and produce a structured proposal.
Skill Claude CodeCodex
Explore a spec idea and produce a structured proposal.
Skill Claude CodeCodex
Scan the codebase for refactoring opportunities, score each by impact/effort ratio and VPC persona value, and optionally create GitHub Issues for the top findings in the configured backlog provider (read from .specrails/backlog-config.json).
Skill Claude CodeCodex
Resume a failed /specrails:implement pipeline from the last successful phase without restarting from scratch.
Skill Claude CodeCodex
Initialize a project with the SpecRails workflow. Generates project-specific data files: .specrails/config.yaml, personas, memory directories, backlog config, and CLAUDE.md snippet. Does NOT copy logic files — the sr plugin already provides all agents, skills, and commands.
Skill Claude CodeCodex
Inspect per-agent execution metrics: token usage (input/output/cache), estimated API cost, run count, average duration, and success/failure rate. Reads Claude CLI JSONL session logs and agent-memory files. Outputs a cost dashboard with trend indicators and optimization recommendations.
Skill Claude CodeCodex
Generate comprehensive tests for files using sr:test-writer. Pass file paths or leave empty to test all recently changed files. Accepts: file paths, globs, or empty for git-changed files.
Skill Claude CodeCodex
Detect when user personas defined in the VPC are drifting from actual usage patterns. Compares persona Jobs/Pains/Gains against the product backlog, implemented features, and agent memory to surface alignment gaps and recommend VPC updates.
Skill Claude CodeCodex
Searches explanation records written by sr-architect, sr-developer, and sr-reviewer agents during the OpenSpec implementation pipeline.
Agent
This agent is launched by the orchestrator with a specName argument to scaffold OpenSpec artifacts and produce an implementation design for a named change. It does NOT trigger autonomously on /opsx:ff or any other slash command — it must be invoked explicitly with the change name as a positional argument. Examples…
Agent
Use this agent when an OpenSpec change is being applied (i.e., during the /opsx:apply phase of the OpenSpec workflow). This agent implements the actual code changes defined in OpenSpec change specifications, translating specs into production-quality code across the full stack. Examples: Example 1: user: "Apply the…
Agent
Use this agent as the final quality gate after developer agents complete implementation. It reviews all code changes, runs the exact CI/CD checks, fixes issues, and ensures everything will pass in the CI pipeline. Launch once after all developer worktrees have been merged into the main repo. Examples: Example 1: user…