Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

prd-breakdown-execute

يحتوي prd-breakdown-execute على 15 من skills المجمعة من vinzenz، مع تغطية مهنية على مستوى المستودع وصفحات 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