一键导入
task-decomposition
Break down complex tasks into atomic, executable goals. Activate for multi-step feature planning, agent coordination, or request decomposition.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Break down complex tasks into atomic, executable goals. Activate for multi-step feature planning, agent coordination, or request decomposition.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Orchestrate static analysis using Codacy. Required PR check on this repo. Use for querying PR analysis, triaging issues, fixing (not suppressing) findings, and local analysis. See SKILL.md for fix patterns and the required-check policy.
Build localized, accessible, premium reader/admin UI with 2026 design standards. Features OKLCH colors, View Transitions, scroll-aware components, and mutual exclusivity panels.
Create AGENTS.md files with production-ready best practices. Activate when creating new AGENTS.md or implementing quality gates.
Comprehensive GitHub PR review and automated fix pipeline. Takes a PR number or auto-detects from current branch, runs code review, static analysis, security audit, and quality checks, then produces a structured report and auto-fixes must-fix issues. Activate for "review PR", "fix PR issues", "PR quality check", "review and fix PR #123".
Invoke for complex multi-step tasks requiring intelligent planning and multi-agent coordination. Use when tasks need decomposition, dependency mapping, parallel/sequential/swarm execution strategies, or coordination of multiple specialized agents with quality gates.
Design guidance for AI coding agents. 23 commands, 44 deterministic detector rules, and live browser iteration for AI-generated frontend design. Activate for UI/UX design work, anti-pattern detection, or design quality audits.
| version | 1.0.0 |
| name | task-decomposition |
| description | Break down complex tasks into atomic, executable goals. Activate for multi-step feature planning, agent coordination, or request decomposition. |
| category | coordination |
| allowed-tools | Read Write Edit Grep Glob |
| license | MIT |
Decompose high-level objectives into manageable, testable sub-tasks.
Extract: Primary objective, implicit requirements, constraints, success criteria.
Main Goal
├─ Sub-goal 1 → Tasks 1.1, 1.2
├─ Sub-goal 2 → Task 2.1
└─ Sub-goal 3
Atomic Criteria: Single action, defined inputs/outputs, one agent, testable.
Define: Inputs, outputs, quality standards.
Request: [Original]
Goal: [Main objective]
Type: [Implementation/Debug/Refactor]
Complexity: [Simple/Medium/Complex]
For d.o.EPUB Studio:
Component: Database
Tasks: 1. Design schema, 2. Implement operations
[Design] → [Implement] → [Test]
Request: "Fix failing test"
Tasks: 1. Run test 2. Identify cause 3. Apply fix 4. Verify
Sequential, Low complexity
Request: "Add book permission system"
Tasks: 1. Design schema, 2. Add migration, 3. Implement service, 4. Add API route, 5. Add frontend, 6. Test, 7. Docs
Dependencies: 1→2→3→4, 5→4, 6→4
Request: "Add offline sync"
Components: Storage, Sync Logic, Conflict Resolution, UI, Testing, Migration
Strategy: Multi-phase hybrid
plans/migrations/GOAP Phase 1: Decomposition → Execution Plan → Monitor → Report
For complex multi-step tasks requiring coordinated execution, use the goap-agent skill after decomposition:
The decomposition phase feeds directly into GOAP's planning cycle for optimal execution.
Good decomposition enables optimal execution, clear validation, and higher quality.