docs: state-md skill — project state manager#20
Merged
Conversation
…aphs Reusable skill teaching agents to: - Read STATE.md at session start - Identify unblocked tasks and dispatch in parallel with worktree isolation - Update STATE.md as orchestrator after merge (never delegate) - Validate YAML before committing - Anti-patterns table covering the known failure modes
…lot) Primary audience is now any agent CLI user, not Pie-specific. Dispatch is described as git worktrees + agent CLI in terminal. Pie/dispatch_subagent moved to a Note at the bottom as an optimization.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Reusable skill for any agent system that needs to work with STATE.md task graphs. Covers session start protocol, parallel dispatch with worktree isolation, orchestrator-only state updates, YAML validation, and anti-patterns table.
Installed in Pie's shared skills dir in the same session.