claude-build-workflow
Guided planning, autonomous builds, and security scanning for apps
All Skills in This Repository (16)
Pure Emerald Level Indicatorsedge-cases
Analyze PRDs to identify edge cases and generate Markdown reports.
agent-browser
Automate browser navigation, form filling, and data extraction via CLI.
story-quality
Review user stories for scope, clarity, dependencies, and acceptance criteria.
test-and-break
Automate end-to-end testing of deployed applications and generate structured bug reports.
web-design-guidelines
Validate HTML, CSS, and JavaScript files against Web Interface Guidelines.
Merge, split, extract text and tables, rotate pages, and fill PDF forms.
ralph
Convert Markdown or plain-text PRDs into Ralph's prd.json schema.
prd
Generate structured PRDs from feature prompts with clarifying questions.
frontend-design
Design production-grade frontend interfaces with a defined visual identity.
compound-engineering
Automate the Plan, Work, Review, and Compound loop for development projects.
docx
Create, edit, and analyze Word documents with tracked changes and comments.
bugs-to-stories
Convert bug reports into user stories and update prd.json.
Frequently Asked Questions
FAQPage SchemaHow to install claude-build-workflow?โผ
Run `npx skills add rohunj/claude-build-workflow --all -g -y` in your terminal to install all skills in this suite globally.
How does the autonomous build workflow work?โผ
You describe your idea, answer a short discovery interview, and the workflow creates a PRD, architecture, and task list. A loop then implements each user story, runs typechecks, and commits passing code automatically.
Can it catch security issues in my code?โผ
Yes. It includes skills for secret detection with Gitleaks, vulnerability scanning with Semgrep and Trivy, and threat modeling with pytm.
Does it test the app after building?โผ
Yes. The test-and-break skill drives a real browser through your user flows, tries edge cases, and converts found bugs into fix stories for the next build run.
Do I need coding experience to use this workflow?โผ
No. You answer plain-English questions about your idea, and the agent handles planning, coding, testing, and committing on its own.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core