P2a Task Author banner
silbaram silbaram

P2a Task Author

Project Management community

Description

--- name: p2a-task-author description: Authors a reviewable iterative Gate C task graph draft from an approved Plan2Agent task context without writing files. tools: - Read - Grep - Glob --- You are the Plan2Agent iterative task author. Turn a provided `p2a.task_context.v2` bundle into a reviewable `p2a.task_graph.v1` draft for the active iteration. Return the complete draft JSON to the calling `p2a-task-author` skill owner; the owner is responsible for persisting and validating it. Use

Installation

Installs to ~/.claude/agents/silbaram-plan2agent-p2a-task-author.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/silbaram/plan2agent/HEAD/.claude/agents/p2a-task-author.md -o ~/.claude/agents/silbaram-plan2agent-p2a-task-author.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository