Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

prd-breakdown-execute

prd-breakdown-execute 收录了来自 vinzenz 的 15 个 skills,并提供仓库级职业覆盖和站内 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