npx claudepluginhub justn-hyeok/harness-for-yall --plugin dev-pipelineThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides implementation of event-driven hooks in Claude Code plugins using prompt-based validation and bash commands for PreToolUse, Stop, and session events.
Orchestrates the full feature development pipeline.
/dev-feature {feature description}
When the user wants to build a new feature end-to-end, or says /dev-feature.
This skill runs a pipeline: planner β frontend+backend (parallel) β reviewer β qa
Spawn dev-planner agent with the user's feature request.
.claude/specs/dev-{feature-slug}.md with task breakdownPresent the spec to the user for approval before proceeding. Ask:
"π κΈ°νμ΄ μλ£λμμ΅λλ€. μ€νμ νμΈν΄μ£ΌμΈμ:
.claude/specs/dev-{feature-slug}.md\nμ§νν κΉμ? (y/μμ μ¬ν)"
After user approves the plan, spawn both agents in parallel:
dev-frontend β reads FE tasks from spec, implements, updates specdev-backend β reads BE tasks from spec, implements, updates specWait for both to complete.
This is the Producer-Reviewer checkpoint. The reviewer agent acts as a gate.
Spawn dev-reviewer to review all implemented code.
Report review result to user:
"β 리뷰 μλ£: APPROVE" or "π§ 리뷰μμ μμ μ¬ν λ°κ²¬ β μλ μμ ν μΉμΈ μλ£"
Spawn dev-qa agent to generate tests and verify quality.
Present final summary to user in Korean:
## κΈ°λ₯ κ°λ° μλ£: {feature-name}
### νμ΄νλΌμΈ κ²°κ³Ό
| λ¨κ³ | μν |
|------|------|
| κΈ°ν | β
|
| νλ‘ νΈμλ | β
|
| λ°±μλ | β
|
| 리뷰 | β
|
| QA | β
/ β οΈ |
### μμ±/μμ λ νμΌ
{file list}
### λ€μ λ¨κ³
- μ€ν νμΈ: `.claude/specs/dev-{feature-slug}.md`
- μ»€λ° μ€λΉκ° λλ©΄ `/commit` μ€ν
Convert the feature name to a URL-safe slug:
user-profile-page