Implement GitHub issues end-to-end
liftoff-workflowworkflowsetup L3★0
CoderCoco/claude-plugin-marketplace ↗What it does
Implement all tasks for a GitHub issue
Best for
Project execution when you need parallel Astronauts to implement task batches with FC verification and worktree commits.
Inputs
- · issue_number
- · repo
- · plan (tasks with depends_on, files, acceptance criteria)
Outputs
- · completed tasks committed to worktree; if plan problem encountered, human must resolve
Requires
- · Astronaut agents
- · Flight Controller verifier
- · git/worktree CLI
Preconditions
Worktree must be initialized; tasks must have dependency graph; git must be able to write.
Failure modes
Task depends on unsatisfied dep (cycle or missing); file conflicts in parallel batch; Astronaut hits >3 attempts (human must intervene).