Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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