— No reviews yet
0 installs
12 views
0.0% view→install
Install
$ agentstack add skill-doncheli-don-cheli-sdd-doncheli-planning ✓ 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.
Are you the author of Doncheli Planning? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claimAbout
Don Cheli: Weekly Team Planning
Instructions
- Collect inputs:
- List of candidate items (RFCs, stories, bugs, tech debt)
- Team roster with names and available capacity (hours or days)
- Focus factor (default: 0.7 — 70% of calendar time is productive)
- Score each item using WSJF (Weighted Shortest Job First):
WSJF = (Business Value + Time Criticality + Risk Reduction) / Job Size- Score each dimension 1–13 (Fibonacci)
- Sort by WSJF descending; mark items that exceed available capacity as OUT
- Assign items to individuals, pairs or squads respecting:
- Skill fit (if declared)
- WIP limit per person (default: 2 concurrent items)
- Dependencies between items
- Output the planning board and capacity summary
Output Format
## Weekly Planning —
### Capacity
| Person/Squad | Available | Focus Factor | Effective Capacity |
|------------------|-----------|--------------|--------------------|
| | X days | 0.7 | Y days |
### WSJF Scoring
| Item | BV | TC | RR | Size | WSJF | Status |
|------------------|----|----|----|------|------|---------|
| | X | X | X | X | X.X | IN/OUT |
### Assignments
| Item | Assignee | Estimated Effort | Dependencies |
|------------------|------------------|------------------|--------------|
| | | X days | — |
### Items Deferred (OUT)
- — reason: capacity / dependency / missing info
### Open Risks / Blockers
- …
Quality Gate
- Total assigned effort must not exceed team effective capacity
- No person assigned more than WIP limit concurrent items
- Every OUT item must have a stated reason
Do not use this skill when
- The user wants to plan a single feature in isolation (use doncheli-estimate instead)
- There is only one person and fewer than 3 items (a simple list suffices)
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: doncheli
- Source: doncheli/don-cheli-sdd
- License: Apache-2.0
- Homepage: https://doncheli.tv
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.