
mvagnon/plan-based-agentic-workflow
2 skills2 installsGitHub
Install
npx skills add https://github.com/mvagnon/plan-based-agentic-workflowSkills in this repo
1Implement PmImplement PM is a gated agent workflow for solo and indie builders who already track work in an external PM tool and want the coding agent to focus purely on turning specified tasks into commits on the right branch. Invocation is strict: both the PM system name and exact task IDs must be supplied; the skill then branches, pulls task context, and uses Serena MCP to map the repository before any edits. It deliberately stops at implementation boundaries—no pull requests, no backlinking tasks, no review orchestration, and no automatic “done” status—so it pairs cleanly with separate review and PM hygiene skills in a larger plan-based pipeline. Before editing, it expects governing instruction files and reuse checks aligned with its shared development rules reference, reducing duplicate components and silent rule conflicts.1installs2Review PrReview PR is a strict pull request review skill that combines semantic code analysis with mandatory local CI execution to ensure production readiness. A solo builder invokes it when one or more pull requests exist and need approval or merge finalization. It resolves PRs from the current or child repositories, reads linked PM tasks and discussion context, reviews changed code for duplication and architecture alignment, runs the full local CI suite, and gates merge operations until CI passes. This matters because it prevents shipping regressions and architectural drift while automating the tedious aspects of code review and test validation.1installs