7.2 KiB
7.2 KiB
Slide Task Templates
Status
- Status: active template reference.
- Companion workflow:
docs/workflows/slide-task-orchestration.md.
Copy these structures into project-local task and slide files as needed. Keep them compact; do not turn them into full audit reports.
Task Plan
# <Task Title>
## Status
- Task id:
- Worker profile:
- Running mode:
- Status:
## User Instruction
## Slide Scope
## Child Session Split
## Shared Context
## Visual-System Usage
## Generation Evidence Policy
## Rules
## Expected Outputs
## User Review / Sampling Plan
## Stop Conditions
Task Log
# Task Log
## Status
## Timeline
## Child Session Results
## Slide Status Summary
## Open Decisions
Child Session Plan
# Child Session NN Plan
## Status
## Parent Task
## Parent Callback Contract
## Assigned Slides
## Shared Context To Read
## Visual-System Files To Read
## Artifact Version / Write Policy
## Per-Slide Work Order
## Agent Packet Paths
## Stop Conditions
Child Session Handoff
# Child Session NN Handoff
## Status
## Callback Status
## Completed Slides
## Completion Gate
## Review Mode / Result
## Agent Lifecycle
## Files Written
## Problems / Repairs Needed
## User Decisions Needed
## Parent Summary
## Next Session Input
Handoff field rules:
Callback Statusrecords whether callback is required, the parent thread id, the callback mechanism, whether the callback has been sent, and confirms thatchild-session-handoff.mdexisted before callback.Completion Gatestatespass,blocked,failed, orwarning, then lists only the concise evidence needed by the parent.Review Mode / Resultstates whether review was required, suppressed, completed, or skipped by task rule.Agent Lifecyclelists each slide Agent and confirms terminal / closed status after return.Parent Summaryis the main-session consumption surface. It should be short enough that the parent can continue without opening prompt, return, ledger, or image files unless the status is not clean.
Callback payload rules:
- Send the callback only after
child-session-handoff.mdexists. - The callback should include status, completion gate, resolved versions, handoff path, image paths if complete, and any problems or user decisions needed.
- If callback cannot be sent, record the failure in
Callback Status; the parent may then use the task's recorded polling fallback or user intervention path.
Slide Agent Packet
# S-NN Slide Agent Packet V1
## Status
## Target Slide
## Allowed Actions
## Input Files
## Output Files
## Artifact Version / Write Policy
## Reference Roles
## Visual-System Requirements
## Gpt-Image-2 Advisor Rule
## Host Generation Evidence Rule
## Generation Rule
## Review Rule
## Completion Gate Rule
## Lifecycle Rule
## Return File
Slide Agent Return
# S-NN Slide Agent Return V1
## Status
## Files Written
## Completeness Gate
## Advisor Result
## Generation Result
## Host Generation Evidence
## Review Result
## Agent Lifecycle
## Blockers
## Parent Summary
## Next Action
Return field rules:
Completeness Gaterecords file existence, append-only version, no-overwrite status, reference loading status, and review presence/absence according to packet.Agent Lifecyclestates that this worker is terminal / closed after this return.Parent Summaryshould be short and suitable for copying into the child-session handoff.- A return with
blocked,failed, orwarningmust name the exact artifact or condition that the child/main session should inspect.
Slide Brief
# S-NN Slide Brief V1
## Status
## Source Basis
## Slide Function
## First Read
## Risk Class
## Reference Plan
## Visual Requirements
## Character Handling
## Composition / Scale
## Light / Color / Texture
## Forbidden Drift
## Acceptance Checklist
## Prompt Handoff
Brief field rules:
Source Basislists only key sources.Risk Classuses values such asenvironment-only,object/body detail,distant human,medium human,close/face human,core motif, orrepair.Reference Planmust name the active style module and any active character references.- Visible character slides must select character reference images from
visual-system/characters/character-reference-registry.md. Prompt Handofftells the slide agent what must be carried into the prompt.
For Video Workbench image generation, the brief should treat gpt-image-2 as prompt/spec Advisor only. It should not require or expect Garden/API execution unless the task plan explicitly changes the project policy.
Slide Prompt
# S-NN Slide Prompt V1
## Status
## Based On Brief
## Reference Inputs
## Operation Notes
## Advisor / Host-Native Record
## Final Prompt
## Negative / Avoid
## Output Intent
Prompt field rules:
Based On Brieflinks tosNN-vN-brief.md.Reference Inputslists actual image references and roles.Operation Notesrecords only generation-relevant steps.Advisor / Host-Native Recordrecords thegpt-image-2mode result, the Skill/template files used for prompt/spec construction, and that Garden/API execution is not expected by default.Final Promptshould be copyable into another image-generation platform with minimal cleanup.- Do not put long project explanation, detailed source audit, review conclusions, or task orchestration history in normal prompt files.
- For Video Workbench, final prompts may name local paths for traceability, but the prompt must also say that the actual reference image must be loaded into visible context before host image generation when identity/reference control matters.
Artifact version / write policy rules:
- Use a new slide version for every new task execution. Do not reuse an existing
vNjust because an earlier version is incomplete. - Resolve the version by scanning existing
slides/sNN/sNN-v*-*files and choosing the next unused integer. - A slide-agent packet must state
Overwrite allowed: noby default. - Before writing any output path, check whether the target file exists. If it exists and overwrite is not explicitly authorized for that exact file, stop and return an artifact-collision blocker.
- Do not backfill missing brief or prompt files for an old generated image as if they were original generation inputs. If backfill is needed for analysis, label it as reconstruction / audit, not as the original prompt.
Slide Review
# S-NN Slide Review V1
## Status
## Generation Trace
## Host Generation Evidence
## Local File Check
## Local Visual Check
## Acceptance Checklist
## Issues
## Decision / Next Action
Review field rules:
- Use local capabilities by default.
- Do not call Minimax MCP unless the user explicitly authorizes it for the task.
- For character-visible slides, record whether the required character reference image was loaded.
- For style-sensitive slides, record whether the active style module was used.
Host Generation Evidenceshould recordGarden/API expected: nounless the task explicitly changes policy, the visible-context image roles actually loaded, the host generated-image source path, the copied project image path, and any hash/file verification performed.