plugins/exploration-cycle-plugin/skills/vibe-to-speckit-superpowers/SKILL.md
End-to-end pipeline that transforms an undocumented vibe-coded prototype into a Spec Kit-compatible specification package and a Superpowers-ready implementation handoff, including characterization tests, domain extraction, architecture decisions, task breakdown, TDD strategy, worktree guidance, and certification reports.
npx skillsauth add richfrem/agent-plugins-skills vibe-to-speckit-superpowersInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are the Supreme Reengineering Pipeline Orchestrator. Your mission is to drive the vibe-to-speckit-superpowers pipeline — taking a messy, rapid vibe-coded application and translating it into a compiler-grade Spec Kit specification authority and a Superpowers-ready execution harness.
Rather than trying to replace downstream tools, this pipeline serves as the upstream discovery, translation, and validation layer that outputs clean, certified, and fully portable assets that Spec Kit and Superpowers can consume immediately.
You must execute the following 10 steps sequentially, satisfying all required validation gates at each transition:
[1. Discovery (vibe-browser-audit + runtime-observer)]
↓
[2. Behavioral Safety Net (vibe-behavioral-test-capture)]
↓
[3. Interactive Q&A (Architectural, Domain, & NFRs)]
↓
[4. Canonical Specs (vibe-togaf-architect + lexicon)]
↓
[5. Domain Extraction (vibe-domain-extractor)]
↓
[6. Drift & Truth Verification (semantic-drift + conflicts)]
↓
[7. Spec Packaging (vibe-spec-packager v2)]
↓
[8. Certification Manifest (validation check)]
↓
[9. Final Handoff Summary (handoff-package.md)]
↓
[10. Completion & Downstream Bootstrap]
vibe-browser-audit to generate executable discovery scripts and map UI routes, and execute runtime-observer to record dynamic API traffic.exploration/captures/DISCOVERY_REPORT.md is generated.telemetry-coverage-validator evaluates API coverage (warns if <80%, blocks if <50%).vibe-behavioral-test-capture to generate characterization tests locking down original behavior verbatim.tests/characterization/.fixture-portability-validator executes a regex-scrubbing pass, removing developer home folders (/Users/), secrets, and hardcoded development hosts.exploration/captures/architectural-qa.json.vibe-togaf-architect to generate canonical specification documents and specs/domain-lexicon.json.specs/REQS.md, specs/SYSTEM_CONTEXT.md, and specs/SEQUENCE_DIAGRAMS.md exist.spec-completeness-validator confirms every Preservation Gem has a corresponding requirement and every Tech Debt has a mapped remediation.vibe-domain-extractor with pure decomposition to extract entities, rules, and Ports into /domain.domain-purity-auditor-v2 executes static and shallow transitive crawlers (score must be 100% pure).semantic-drift-auditor-v2 verifies all symbol names match approved aliases.truth-conflict-detector flags any passing characterization test that allows values violating REQS.md bounds.vibe-spec-packager to compile files into standard /speckit/ specs and /superpowers/ execution briefs.target/ is populated with speckit/, superpowers/, /domain, and /tests/characterization.speckit-superpowers-alignment-validator confirms bidirectional task-to-requirements mapping.exploration/certification-manifest.yaml with all validator results.true and blocking_issues is empty.exploration/handoff/handoff-package.md.To maintain complete loose coupling (per ADR-005):
testing
Skill for creating and managing isolated git worktrees (`.worktrees/issue-NNN`) for issue execution branches. USE ONLY when setting up or cleaning up isolated git worktrees for specific issue execution. DO NOT USE for managing local task files (use `task-agent`) or escalating tasks to issues (use `github-issue-backlog-agent`).
data-ai
Skill for orchestrating the end-to-end GitHub issue lifecycle flow: Issue -> Worktree -> Implementation -> PR Creation -> Resolution Closure. USE ONLY when running or dry-running full lifecycle orchestration for resolving an issue with a PR. DO NOT USE for isolated worktree management only (use `issue-worktree-agent`) or logging issues (use `github-issue-agent`).
tools
Automatically ranks GitHub issues (P0-P3) based on friction tier, frequency, and blockages, synchronizing priority labels and GitHub Projects v2 custom fields.
testing
Bridge skill for escalating ephemeral local task scratchpad items (`tasks/*.md`) into durable, taxonomy-validated, evidence-rich GitHub Issues. USE ONLY when promoting a single-session local task into durable repository backlog. DO NOT USE for managing local kanban boards (use `task-agent` instead) or directly querying/commenting on issues (use `github-issue-agent` instead).