AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Task Decomposition

skill-d-oit-rust-2026-template-task-decomposition · by d-oit

>

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-d-oit-rust-2026-template-task-decomposition

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-d-oit-rust-2026-template-task-decomposition)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
1mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Task Decomposition? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Task Decomposition

Decompose high-level objectives into manageable, testable sub-tasks.

When to Use

  • Complex requests with multiple components
  • Multi-phase projects requiring coordination
  • Tasks benefiting from parallel execution

Framework

1. Requirements Analysis

Extract: Primary objective, implicit requirements, constraints, success criteria.

2. Goal Hierarchy

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.

3. Dependency Mapping

  • Sequential: A → B → C
  • Parallel: A, B, C (independent)
  • Converging: A, B, C → D

4. Success Criteria

Define: Inputs, outputs, quality standards.

Process

Step 1: Understand Goal

Request: [Original]
Goal: [Main objective]
Type: [Implementation/Debug/Refactor]
Complexity: [Simple/Medium/Complex]

Step 2: Identify Components (3-7)

Step 3: Decompose Components

Step 4: Map Dependencies

Step 5: Assign Priorities

  • P0 (Critical), P1 (Important), P2 (Nice-to-have)

Step 6: Estimate Complexity

  • Low (2hr)

Patterns

Layer-Based (Rust)

  1. Data types / schemas
  2. Business logic
  3. API / CLI interface
  4. Integration tests
  5. Documentation

Feature-Based

  1. Core (MVP)
  2. Error handling (thiserror/anyhow)
  3. Performance (benches)
  4. Integration
  5. Testing
  6. Docs

Problem-Solution

  1. Reproduce
  2. Diagnose
  3. Design
  4. Fix
  5. Verify
  6. Prevent

Quality Checklist

  • Atomic and actionable tasks
  • Dependencies identified
  • Measurable success criteria
  • Appropriate complexity estimates
  • No task >4 hours
  • Parallelization opportunities found

Rationalizations

| Rationalization | Reality | |-----------------|---------| | "I already know what needs to be done, no need to decompose" | Skipping decomposition leads to scope creep, missed dependencies, and rework. | | "The task is too simple to break down" | Even simple tasks benefit from explicit success criteria and dependency mapping. |

Red Flags

  • [ ] Defining tasks that are too vague to test or verify
  • [ ] Skipping dependency mapping between decomposed tasks
  • [ ] Creating tasks larger than 4 hours without further breakdown

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.