Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

prd-breakdown-execute

prd-breakdown-execute contiene 15 skills recopiladas de vinzenz, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
15
Stars
56
actualizado
2026-01-12
Forks
2
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

breakdown
Desarrolladores de software

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
Desarrolladores de software

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

2026-01-12
crd-impact-analysis
Desarrolladores de software

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

2026-01-12
crd-investigate
Desarrolladores de software

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

2026-01-12
crd
Desarrolladores de software

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

2026-01-12
execute-batch
Desarrolladores de software

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

2026-01-12
execute
Desarrolladores de software

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

2026-01-12
execute-verify
Analistas de garantía de calidad de software y probadores

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

2026-01-12
breakdown-analyze-prd
Desarrolladores de software

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

2026-01-11
breakdown-generate-tasks
Desarrolladores de software

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

2026-01-11
breakdown-plan-layers
Desarrolladores de software

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

2026-01-11
breakdown-review-tasks
Analistas de garantía de calidad de software y probadores

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

2026-01-11
execute-layer
Desarrolladores de software

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
Desarrolladores de software

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

2026-01-11
execute-task
Desarrolladores de software

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

2026-01-11