rohunjrohunjCommunityยท16 Agent Skills Included

claude-build-workflow

Guided planning, autonomous builds, and security scanning for apps

Guides projects from idea to working code through discovery interviews, PRD generation, architecture design, and edge case analysis. Runs autonomous build loops that implement user stories, run typechecks, and commit passing code without manual supervision. Includes security scanning, browser testing, and bug-to-story conversion to catch vulnerabilities and regressions before release.
npx skills add rohunj/claude-build-workflow --all -g -y
Available:

Directs the agent through a phased build workflow, from discovery interview and PRD creation to autonomous execution, telling it which skills to apply at each step.

All Skills in This Repository (16)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
rohunjrohunj

edge-cases

Analyze PRDs to identify edge cases and generate Markdown reports.

Community
Advanced
๐Ÿ“ฆ In Repo
rohunjrohunj

agent-browser

Automate browser navigation, form filling, and data extraction via CLI.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohunjrohunj

story-quality

Review user stories for scope, clarity, dependencies, and acceptance criteria.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohunjrohunj

test-and-break

Automate end-to-end testing of deployed applications and generate structured bug reports.

Community
Advanced
๐Ÿ“ฆ In Repo
rohunjrohunj

web-design-guidelines

Validate HTML, CSS, and JavaScript files against Web Interface Guidelines.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohunjrohunj

pdf

Merge, split, extract text and tables, rotate pages, and fill PDF forms.

Community
Advanced
๐Ÿ“ฆ In Repo
rohunjrohunj

ralph

Convert Markdown or plain-text PRDs into Ralph's prd.json schema.

Community
Intermediate
๐Ÿ“ฆ In Repo
rohunjrohunj

prd

Generate structured PRDs from feature prompts with clarifying questions.

Community
Advanced
๐Ÿ“ฆ In Repo
rohunjrohunj

frontend-design

Design production-grade frontend interfaces with a defined visual identity.

Community
Advanced
๐Ÿ“ฆ In Repo
rohunjrohunj

compound-engineering

Automate the Plan, Work, Review, and Compound loop for development projects.

Community
Advanced
๐Ÿ“ฆ In Repo
rohunjrohunj

docx

Create, edit, and analyze Word documents with tracked changes and comments.

Community
Advanced
๐Ÿ“ฆ In Repo
rohunjrohunj

bugs-to-stories

Convert bug reports into user stories and update prd.json.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’