Install
$ agentstack add skill-joaoequer-oficina-clickup-task-breakdown ✓ 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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:
- Data model (UML/entity diagram)
- Functional proposal (what the system does, from the product view)
- 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 Taskreferences 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, not8 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.
- Author: JoaoEquer
- Source: JoaoEquer/Oficina
- License: MIT
- Homepage: https://www.linkedin.com/in/joão-victor-equer-5033b8209/
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.