bistec-oss/specclaw — reverse-engineered prompt
Reverse engineered prompt
Build me a Claude Code plugin called SpecClaw that helps people manage code changes from idea to pull request without losing track of the reasoning.
I want it to add slash commands like init, propose, plan, build, verify, pr, status, archive, and auto. The flow should create a .specclaw folder inside whatever project the user is working in, then save a proposal, requirements, technical design, task list, progress status, errors, learnings, and verification report for each change.
The user should be able to say something like “add dark mode support” and get a structured proposal, then approve it and have the tool generate the spec, design, and ordered tasks. Build should work through tasks in waves, commit progress, record failures, and verify should run the project’s checks and compare the result to the acceptance criteria.
Also include config for models, git strategy, GitHub, Azure DevOps, and Jira syncing. Package it as a Claude Code plugin marketplace repo with the plugin under plugins/specclaw. Look up current Claude Code plugin docs online if you need to.
Want more depth? Deep Reverse