daily-vibe-update
Generate today's daily `daily.md` and tomorrow's todo `todo.md`, write them into `<MM_DD>/codex/daily/` and `<MM_DD>/codex/todo/`, and reference today's report/manifest/key artifact paths in Evidence. Suitable for requests like “write daily / generate daily+todo / summarize today's Done+Blockers+Next+Evidence.”
intake-normalizer
Normalize a user's raw input/logs/lists of ideas/issues into a structured Intake Markdown and write it to the current day's directory `<MM_DD>/codex/intake/intake_<topic>.md`. Suitable for requests like “organize into an intake / normalize input / write the materials as intake_<topic>.md / structure this pile of information.”
vibe-batch-orchestrator
Batch Orchestrator Skill: consolidate a bunch of items/bugs/ideas/review comments into Assumptions → Triage Queue → Sprint Plan (including parallel groups/DoD/Gates/rollbacks) → Next Backlog; optionally persist results to `<MM_DD>/codex/intake/intake_<topic>.md`, `<MM_DD>/codex/plan/plan_<topic>.md` (and `<MM_DD>/codex/exec/exec_<topic>.md`). Suitable for requests like “I have a pile of things to batch-advance / make a sprint plan / turn the backlog into executable tasks.”
workflow-to-skill
SOP/ Agent Skill SKILL.md skill/ skill/ SOP+ + + / prompt skill Use when the user describes a manual workflow and wants to turn it into a reusable Skill
Plan MD Executor
Read today's `<MM_DD>/codex/plan/plan_<topic>.md`, break Tasks/Dependencies/DoD/Gates into an executable sequence (including parallel groups, checkpoints, evidence requirements, and rollback points), and persist it as `<MM_DD>/codex/exec/exec_<topic>.md`. Suitable for requests like “generate execution steps from a plan.md / split into parallel tasks / give me an execution order and checkpoints.”
artifact-manifest-writer
Organizes a single execution's changes/commands/verification/artifacts into a structured `manifest_<topic>.json` and writes it to `<MM_DD>/codex/artifact/` for an evidence chain and traceable deliverables. Suitable for requests like “write a manifest / record an evidence chain / capture what was done today into JSON / generate an artifact inventory.”
plan-md-writer
Generate an executable plan `plan_<topic>.md` based on the day's intake file and save it to `<MM_DD>/codex/plan/`; the plan includes Tasks + DoD + Dependencies, optional Gates, Deliverables (the path under that day's directory) and Rollback. Suitable for requests like "based on intake, write a plan / generate plan_<topic>.md / complete DoD and gates."