gear-foundation/vara-skills

task-decomposer

Use when approved spec and architecture artifacts must become an ordered implementation plan for Gear or Vara work. Do not use when the architecture is still unsettled or when the request is only asking for a high-level idea.

First seen Apr 4, 2026

Installation

$ npx skills add gear-foundation/vara-skills --skill task-decomposer

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from gear-foundation/vara-skills · top by installs.

npx skills add gear-foundation/vara-skills

Browse all from gear-foundation/vara-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 17
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,612 B
  • docs SUMMARY.md 248 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Task Decomposer

Overview

Break the approved spec and architecture into a small, reviewable task plan for disciplined implementation.

If the work targets a released contract or a new deployed contract version, include compatibility, cutover, and off-chain follow-up tasks instead of treating the change as code-only implementation.

Start Here

Use ../../assets/task-plan-template.md as the output shape.

Write the result to docs/plans/YYYY-MM-DD-<topic>-tasks.md.

Workflow

  1. Confirm both the spec and architecture artifacts exist.
  2. Split work into dependency-ordered tasks with clear handoff points.
  3. Attach explicit verification steps and review checkpoints to each task.
  4. Make gtest expectations and artifact updates part of the task order.
  5. If the work changes a released contract surface, add explicit tasks for compatibility review, generated-client updates, and frontend/indexer cutover where relevant.
  6. Record rollback notes for risky or stateful changes.

Guardrails

  • Keep tasks small enough for TDD and frequent commits.
  • Do not merge planning, coding, and validation into one step.
  • Make prereqs explicit instead of relying on tribal knowledge.
  • Keep the plan executable from the artifact chain alone.
  • Do not hide release and compatibility work inside a generic “update contract” task.