task-detail-packet
SolidDraft task-scoped detail artifacts and a detail packet as reply content for script-owned workflow import.
AI & Automation 3,323 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
# Task Detail Packet
Use this skill when a macro task packet needs task-local execution detail before
orchestrator dispatch.
## Workflow
1. Read only the controller-supplied macro task refs, plan-tree refs, accepted
decisions, source files, tests, and durable evidence for this immaculate
activation.
2. Draft task-scoped detail design and source-evidence map.
3. Produce detailed acceptance, verification, and worker handoff notes.
4. Return `task-detail-design.md`, `brief-update-summary.md`, and exactly one
canonical `detail-packet.manifest.json:` section immediately followed by a
literal `json` fence. The packet is JSON, never Markdown.
5. Classify the result as exactly `local_detail_ready`,
`planner_replan_required`, `needs_clarification`, or `blocked`.
6. In the brief update, classify `global impact: none|bounded|macro`, give a
compact rationale, and state planner backfill evidence.
7. For `planner_replan_required` only, author the versioned request and submit
exactly one direct silent inline ask to resident `planner` through the
managed capability. For every other result, submit no Planner ask.
The manifest must contain exactly `schema`, `detail_result`, `readiness`, and
`global_impact`. Set `schema` to `ccb.detail_packet_manifest.v1`. Legal tuples
are `local_detail_ready/detail_ready/none`,
`planner_replan_required/planner_replan_required/macro`,
`needs_clarification/needs_clarification/none|bounded`, and
`blocked/blocked/none|bounded|macro`. Do...
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
planner-task-packet
Draft CCB workflow task packets, readiness recommendations, and candidate clarification questions without mutating authoritative state.
3,323 Updated today
SeemSeam AI & Automation Listed
write-task
Use after Design review to create or change Task.md: milestone task decomposition, AC-to-task mapping, dependencies, orchestration status, and pointers to per-card execution contracts. Design 已过审后拆任务、维护 AC→Task 映射、依赖与宏观执行状态;单卡 TDD 与执行细节在 run-task 创建的 execution 文档中维护。
0 Updated today
tonywo2049 AI & Automation Solid
skill-archive-task
Complete protocol for archiving TASK.md and PLAN.md (lockstep) with ID generation. Single source of truth for archiving.
4 Updated today
MatrixFounder