Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

prd-breakdown-execute

prd-breakdown-execute에는 vinzenz에서 수집한 skills 15개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
15
Stars
56
업데이트
2026-01-12
Forks
2
직업 범위
직업 카테고리 2개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

breakdown
소프트웨어 개발자

Break down a PRD or CRD into self-contained implementation tasks for LLM execution. Use when you have a PRD/CRD file and want to generate executable task files for autonomous implementation.

2026-01-12
crd-context-update
소프트웨어 개발자

Incremental PROJECT.md update using git diff. Only re-analyzes changed areas for efficient context maintenance.

2026-01-12
crd-impact-analysis
소프트웨어 개발자

Analyze the impact of a proposed change on an existing codebase. Identifies affected files, features, and potential breaking changes.

2026-01-12
crd-investigate
소프트웨어 개발자

Deep codebase investigation to generate PROJECT.md context. Analyzes architecture, patterns, features, APIs, and schemas.

2026-01-12
crd
소프트웨어 개발자

Orchestrates Change Request Document workflow. Manages context, captures changes, analyzes impact, and generates CRD files.

2026-01-12
execute-batch
소프트웨어 개발자

Handles one batch of tasks. Spawns task agents in parallel using git worktrees, waits for completion, and updates state.

2026-01-12
execute
소프트웨어 개발자

Main entry point for hierarchical task execution. Orchestrates layer-by-layer implementation of PRD tasks with parallel worktree execution.

2026-01-12
execute-verify
소프트웨어 품질 보증 분석가·테스터

Independent verification agent using Haiku. Runs verification commands from task XML and reports pass/fail with actionable feedback.

2026-01-12
breakdown-analyze-prd
소프트웨어 개발자

Analyze a PRD to extract features, tech stack, and implementation requirements. Called by /breakdown skill during Phase 2.

2026-01-11
breakdown-generate-tasks
소프트웨어 개발자

Generate implementation task files for a specific layer. Called by /breakdown skill during Phase 4.

2026-01-11
breakdown-plan-layers
소프트웨어 개발자

Plan layer structure and task groupings from PRD analysis. Called by /breakdown skill during Phase 3.

2026-01-11
breakdown-review-tasks
소프트웨어 품질 보증 분석가·테스터

Review generated tasks for quality and completeness. Called by /breakdown skill after task generation.

2026-01-11
execute-layer
소프트웨어 개발자

Handles one layer of task execution. Groups ready tasks into batches, spawns batch agents, and processes merge queue after each batch.

2026-01-11
execute-merge
소프트웨어 개발자

Merges completed task worktree to main branch. Handles sequential merge queue to prevent conflicts.

2026-01-11
execute-task
소프트웨어 개발자

Implements one task in an isolated git worktree following TDD. Creates commits for implementation and fixes, invokes independent verification.

2026-01-11