planner-task-packet
SolidDraft CCB workflow task packets, readiness recommendations, and candidate clarification questions without mutating authoritative state.
AI & Automation 3,329 stars
323 forks Updated today NOASSERTION
Install
Quality Score: 83/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Planner Task Packet
Use this skill when converting macro user intent or a frontdesk request into a
plan artifact for review.
## Inputs
- macro task request
- relevant plan-tree/source references
- explicit scope and non-goals
- current phase or prior round result if any
## Outputs
Produce these exact reply-visible sections. Do not replace them with prose,
tables, alternate headings, or "equivalent" sections.
Do not run shell commands, file searches, file reads, tests, builds, or CCB
commands before replying. Use only the intake evidence and compact artifacts
provided in the prompt.
- `task-packet.md`
- `readiness.json`
- `task-set.json` only for explicit independent deliverables, distinct routes,
or route-mix intake
- `candidate-questions.jsonl` when user input may be needed
For single-slice work, use fenced blocks with these exact labels:
````markdown
**task-packet.md**
```markdown
# Task: <title>
Route: <direct_execution|needs_detail|macro_adjustment_request|blocked|partial_completion>
## Goal
<complete product outcome>
## Acceptance Criteria
- <observable behavior; preserve every intake requirement>
## Interface Contracts
- <concrete module/import path, callable/signature, CLI, data/error shape, or None declared>
## Constraints And Non-Goals
- <constraint or explicit non-goal>
## Execution Decomposition Inputs
- Independently reviewable surfaces: <surfaces or none>
- Stable interfaces available: <interfaces or none>
- Unresolved ordering constraints requiring ...
Details
- Author
- SeemSeam
- Repository
- SeemSeam/claude_codex_bridge
- Created
- 9 months ago
- Last Updated
- today
- Language
- Python
- License
- NOASSERTION
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
task-detail-packet
Draft task-scoped detail artifacts and a detail packet as reply content for script-owned workflow import.
3,329 Updated today
SeemSeam Code & Development Listed
plan-execution-packet
Plan an execution packet for work too large for one session - an idea, a PRD, an epic, a large refactor, review findings, or cross-project alignment. Produces charter/facts/decisions/roadmap/self-review/start files ready for autonomous execution. Does not implement product code.
2 Updated today
mike-arbuzov365 Code & Development Solid
plan-readiness-review
Review planner task packets for readiness without rewriting authoritative task state.
3,329 Updated today
SeemSeam