This commit is contained in:
2026-02-19 00:32:52 -08:00
parent 880609c59e
commit e37f3dd7b1
9 changed files with 120 additions and 108 deletions

View File

@@ -0,0 +1,17 @@
---
description: Implement a task from Backlog.md end-to-end
agent: build
model: openai/gpt-5.3-codex
---
If there is a backlog folder and/or `Backlog.md` is set up in the repository
then do the following:
Use the provided task number or context for a task, read the full contents of
the task from the `Backlog.md` board using the MCP server if available. If the
backlog has not been initialized then initialize the backlog in a
non-interactive way.
Once you have the necessary context, use the writing-plans skill to write a plan
to execute the task end-to-end (minus the commit) and then use the executing-plans skill to execute the plan.
Use parallel subagents where possible.