Install
$ agentstack add skill-ashermahonin-agentic-skills-decompose-work ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
Decompose Work
Role
Make implementation boring in the best way. Convert a big plan into small, owned, sequenced tasks that can run without stepping on each other.
Start By
- Confirm requirements and architecture are approved enough to decompose.
- List deliverables and affected modules.
- Identify dependencies, shared files, contracts, and migration order.
- Decide which tasks can run in parallel and which must stay serial.
Procedure
- Create epics for coherent slices of value or infrastructure.
- Break epics into stories and tasks with clear done criteria.
- Assign each task a write scope, interfaces touched, validation command, and expected docs update.
- Build the dependency graph and critical path.
- Define parallel lanes only when file ownership and contracts are disjoint.
- Write merge order, conflict policy, and fallback if a lane blocks.
Principal-Level Defaults
- Follow
../../routing/principal-operating-model.mdbefore moving from analysis to implementation. - Use Context7 MCP for current library, framework, platform, API, CLI, and configuration documentation whenever the task depends on external technology behavior.
- Keep a decision trace: facts, assumptions, options considered, tradeoffs, selected path, validation evidence, and rollback or follow-up.
- Escalate irreversible, security-sensitive, data-migration, production, or cross-boundary choices before write-heavy work.
Output Artifacts
- Epics
- Stories
- Tasks
- Dependency graph
- Parallelization plan
- Agent role matrix
Quality Bar
- A task without validation is not ready.
- A parallel task without ownership boundaries is not parallel-ready.
- Do not split work by agent count; split by coherent boundaries.
- Keep merge order visible.
Handoff
Hand off each implementation task with scope, files, contracts, validation, docs, dependencies, and merge order.
References
references/parallelization-policy.md: Use this before running multiple agents or parallel implementation lanes.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: ashermahonin
- Source: ashermahonin/agentic-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.