Skip to content

Add spec-kit-auto skill for autonomous end-to-end development#29

Closed
jeremyeder wants to merge 1 commit intoambient-code:mainfrom
jeremyeder:feature/add-spec-kit-auto-skill
Closed

Add spec-kit-auto skill for autonomous end-to-end development#29
jeremyeder wants to merge 1 commit intoambient-code:mainfrom
jeremyeder:feature/add-spec-kit-auto-skill

Conversation

@jeremyeder
Copy link
Copy Markdown
Collaborator

Summary

  • Adds spec-kit-auto skill that orchestrates the full superpowers workflow chain autonomously: specify, plan, implement, simplify, lint/security, finish
  • Takes complete user input as authoritative spec, resolves ambiguity from project context, and runs the entire pipeline without human interaction between phases
  • Adds plugin manifest (.claude-plugin/plugin.json) for skill auto-discovery

What the skill does

  1. Specify — enriches user input into formal spec doc using project context
  2. Plan — invokes superpowers:writing-plans for bite-sized TDD tasks
  3. Implement — uses superpowers:subagent-driven-development with worktree isolation
  4. Simplify — runs /simplify for code reuse, quality, and efficiency review
  5. Lint & Security — auto-detects project linters, runs CodeRabbit CLI, dispatches inline security review subagent
  6. Finish — verification-before-completion + finishing-a-development-branch

Test plan

  • Verify skill is discoverable via plugin auto-discovery
  • Verify global symlink at ~/.claude/skills/spec-kit-auto works
  • Test invocation with a complete spec in a new session
  • Verify all six phases execute in order without unnecessary user prompts

🤖 Generated with Claude Code

Orchestrates the full superpowers workflow chain (specify, plan, implement,
simplify, lint/security, finish) without human interaction between phases.
Treats user input as authoritative spec, resolves ambiguity from project
context, and runs quality gates including CodeRabbit CLI, auto-detected
linters, and inline security review.

Also adds plugin manifest for skill auto-discovery.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Mar 29, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 8c82b30a-14b8-46c9-b70a-70dab9dd135f

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Comment @coderabbitai help to get the list of available commands and usage tips.

@jeremyeder
Copy link
Copy Markdown
Collaborator Author

Closing: skill incorrectly routes through superpowers:* skills instead of using the speckit.* skill chain. Will be rewritten.

@jeremyeder jeremyeder closed this Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant