Implement Plan with Git Workflow
curated by SkillMD · plugin · 6 skills
Execute a predefined implementation plan step by step using isolated git worktrees and structured version control.
Install the whole plugin (CLI)
npx skillmds add github/structured-autonomy-implement
npx skillmds add obra/using-git-worktrees
npx skillmds add addyosmani/git-workflow-and-versioning
npx skillmds add michaelschecht/executing-plans
npx skillmds add ecnu-icalk/using-git-worktrees
npx skillmds add diegosouzapw/workSkills in this plugin
- ▌ structured-autonomy-implement · githubExecutes a predefined implementation plan step by step, updating progress inline and running build or test commands.
- ▌ using-git-worktrees · obraSets up an isolated Git worktree for feature development, preferring native tools and falling back to manual git worktrees when needed.
- ▌ git-workflow-and-versioning · addyosmaniStructures git workflow practices for committing, branching, resolving conflicts, and organizing work across multiple parallel streams.
- ▌ executing-plans · michaelschechtLoads an implementation plan, executes tasks in batches with verification, and reports progress for review between batches.
- ▌ using-git-worktrees · ecnu-icalkCreates isolated git worktrees with smart directory selection and safety verification before starting feature work.
- ▌ work · diegosouzapw bundleWork incrementally on issues using Git worktrees for parallel agent workflows, starting each session by getting bearings and ending with clean state.