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

Clickup Task Breakdown

skill-joaoequer-oficina-clickup-task-breakdown · by JoaoEquer

Turn scope documents (data model/UML, functional proposal, execution plan) into structured ClickUp tasks — modules as parent tasks, subtasks with "how to" descriptions, dependencies and CSV import. Use whenever you need to create tasks, break scope into activities, organize a backlog, plan a sprint or structure an execution plan in a project management tool.

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

Install

$ agentstack add skill-joaoequer-oficina-clickup-task-breakdown

✓ 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-joaoequer-oficina-clickup-task-breakdown)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
2mo 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 Clickup Task Breakdown? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

From scope documents to ClickUp tasks

Process for converting a project's planning documents into an executable backlog, without inventing scope.

Rule number one: source of truth

Tasks are born exclusively from the project's source documents — typically three:

  1. Data model (UML/entity diagram)
  2. Functional proposal (what the system does, from the product view)
  3. Execution plan (modules, hours, sequence)

If something isn't in any document, it doesn't become a task — it becomes a question for the tech lead. Generating tasks from imagined scope is the most expensive mistake in this process.

Structure

  • Parent task = module from the execution plan. One to one. If the plan has 7 modules, there are 7 parent tasks.
  • Subtask = verifiable deliverable within the module (3–6 per module is normal). "Verifiable" = you can look at it and say whether it's done.
  • Each subtask carries:
  • Title: infinitive verb + object ("Implement task CRUD", "Set up CI pipeline")
  • "How to" description: 3–8 lines grounded in the project's locked technical decisions — not a generic tutorial
  • Estimate inherited/apportioned from the module's hours in the plan
  • Assignee when team allocation is already known

Sequencing and dependencies

Build the dependency graph between modules BEFORE distributing work (e.g. Setup → Auth → domains in parallel → dashboards → QA). In ClickUp, use waiting on relations between parent tasks; within a module, the subtask order already expresses the sequence.

Deliver alongside it a half-page sequencing guide: the order, the why, and where the team can parallelize.

Import

For volume (20+ tasks), generate a CSV in ClickUp's Spreadsheet Importer format:

Task Name,Parent Task,Description,Time Estimate,Assignee
"Module A — Authentication and org structure",,"...",30h,
"Implement JWT login","Module A — Authentication and org structure","How to: ...",8h,John

Gotchas that have already caused rework:

  • Parent Task references the exact name of the parent task (case-sensitive)
  • Descriptions containing commas/line breaks go inside double quotes
  • Estimates in the format the importer accepts (8h, not 8 hours)
  • No decorative Unicode characters (borders, emoji overload) — they break rendering in several places

Quality checklist before delivering

  • [ ] Every task traces back to a passage in a source document
  • [ ] No module from the plan is missing a parent task
  • [ ] Every subtask has a "how to" grounded in the project's decisions
  • [ ] The sum of estimates matches the execution plan's hours (divergence = flag it, don't hide it)
  • [ ] Sequencing guide delivered alongside

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.