# Doncheli Planning

> Run weekly team planning with RFC review, WSJF prioritization and assignment by person/pair/squad with capacity calculation. Activate when user mentions "planning", "sprint", "weekly planning", "RFC", "team planning", "prioritize backlog", "WSJF".

- **Type:** Skill
- **Install:** `agentstack add skill-doncheli-don-cheli-sdd-doncheli-planning`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [doncheli](https://agentstack.voostack.com/s/doncheli)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** Apache-2.0
- **Upstream author:** [doncheli](https://github.com/doncheli)
- **Source:** https://github.com/doncheli/don-cheli-sdd/tree/main/.opencode/skills/doncheli-planning
- **Website:** https://doncheli.tv

## Install

```sh
agentstack add skill-doncheli-don-cheli-sdd-doncheli-planning
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Don Cheli: Weekly Team Planning

## Instructions

1. 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)
2. Score each item using **WSJF** (Weighted Shortest Job First):
   - `WSJF = (Business Value + Time Criticality + Risk Reduction) / Job Size`
   - Score each dimension 1–13 (Fibonacci)
3. Sort by WSJF descending; mark items that exceed available capacity as OUT
4. Assign items to individuals, pairs or squads respecting:
   - Skill fit (if declared)
   - WIP limit per person (default: 2 concurrent items)
   - Dependencies between items
5. 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](https://github.com/doncheli)
- **Source:** [doncheli/don-cheli-sdd](https://github.com/doncheli/don-cheli-sdd)
- **License:** Apache-2.0
- **Homepage:** https://doncheli.tv

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

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-doncheli-don-cheli-sdd-doncheli-planning
- Seller: https://agentstack.voostack.com/s/doncheli
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
