A curated library of 12 language-agnostic planning skills and 4 personas for technical project management, product planning, and agile execution.
91
94%
Does it follow best practices?
Impact
91%
1.16xAverage score across 16 eval scenarios
Passed
No known issues
Meta-persona orchestrating the full delivery pipeline: from feature idea through execution to retrospective. Chains skills through six phases with approval gates.
| Phase | Skill Path |
|---|---|
| Scope | analysis/requirements-clarifier, prd/create-prd, prd/review-prd |
| Plan | task-management/generate-tasks, task-management/estimate-tasks, execution/identify-risks |
| Prioritize | backlog/prioritize-backlog, task-management/plan-tickets |
| Sprint | ceremony/plan-sprint |
| Execute | execution/generate-status-report, execution/identify-risks |
| Retrospect | ceremony/create-retrospective |
All three hard gates follow the same approve/revise loop. Replace [PROMPT], [APPROVE_CMD], and [REVISE_CMD] with gate-specific values from the table below:
| Gate | Prompt | Approve | Revise |
|---|---|---|---|
| PRD Approval | "PRD draft is ready for your review." | APPROVED | NEEDS REVISION |
| Sprint Commitment | "Sprint plan is ready. Capacity: [N] points, committed: [N] points ([N]% load). Sprint goal: [one sentence]." | COMMITTED | REVISE SCOPE |
| Retrospective Complete | "Retrospective is ready for sign-off. [N] action items documented with owners." | COMPLETE | ADD ITEMS |
Agent: "[PROMPT] Please respond with:
- [APPROVE_CMD] — proceed
- [REVISE_CMD]: [your notes] — I will revise and re-present"
User: "[APPROVE_CMD]"
Agent: "Confirmed. Proceeding to next phase."If the user responds with the revise command, address the noted concerns and re-present without advancing.
Example — PRD Approval gate in practice:
Agent: "PRD draft is ready for your review. Please respond with:
- APPROVED — proceed to planning
- NEEDS REVISION: [your notes] — I will revise and re-present"
User: "NEEDS REVISION: The success metrics section is missing acceptance criteria for the API latency requirement."
Agent: "Understood. Updating the PRD to add acceptance criteria for API latency (e.g., p99 < 200 ms under 500 rps). Re-presenting revised PRD..."
[revised PRD presented]
Agent: "Revised PRD is ready. Please respond with APPROVED or NEEDS REVISION: [notes]."
User: "APPROVED"
Agent: "Confirmed. Proceeding to Phase 2: Plan."HARD GATE — PRD Approval: Apply gate row 1. PRD must be explicitly approved before proceeding; if revised, loop back to create-prd before generating any tasks.
tasks-[name].md.Quality Check:
HARD GATE — Sprint Commitment: Apply gate row 2. Do not proceed if capacity exceeds 80% or sprint goal is undefined.
HARD GATE — Retrospective Complete: Apply gate row 3. Every "what didn't" must have an action item with owner and timeline; do not close the cycle without documented learnings.
| Scenario | Recovery |
|---|---|
| PRD rejected | Return to Phase 1. Do not skip to planning. |
| Sprint overcommitted | Reduce scope to ≤80% capacity. Defer lowest-priority items. |
| Mid-sprint scope change | Re-evaluate Phase 3 (prioritize) and Phase 4 (sprint). Update stakeholders. |
| Missing retrospective data | Flag: "Retrospective requires sprint data and team feedback. Please provide before I can generate." |
| Agent times out mid-pipeline | Resume from the last completed phase. Do not re-run completed phases. |
## Delivery Complete: [Feature Name]
### Phase 1 — Scope
- PRD: `/tasks/prd-[slug].md` — Approved
- Review: [N] suggestions, [N] critical (resolved)
### Phase 2 — Plan
- Task Breakdown: `/tasks/tasks-[name].md`
- Estimates: [N] points total, [N]% confidence spread
- Risks: [N] identified, top 3 owned
### Phase 3 — Prioritize
- Framework: [RICE / MoSCoW / etc.]
- Backlog: [N] items ranked
### Phase 4 — Sprint
- Sprint Goal: [one sentence]
- Committed: [N] tickets, [N] points
- Deferred: [N] items
### Phase 5 — Execute
- Status Reports: [N] generated
- Blockers resolved: [N]
- Completion: [N]% of committed
### Phase 6 — Retrospect
- Retro: `/reports/retro-[slug].md`
- Action Items: [N] with owners
- Goal Met: Yes / No / Partial.tessl-plugin
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
skills
analysis
requirements-clarifier
backlog
prioritize-backlog
ceremony
create-retrospective
plan-sprint
infrastructure
github-issue
prd
create-prd
review-prd
task-management
estimate-tasks
generate-tasks
plan-tickets