By DylanNWatt
Development workflow commands for planning, documentation, commits, and codebase exploration
Bundle all outstanding into logical commits, and then commit them with good messages. Ensure we're not committing any senstive data. Run all tests in server, and make sure typescript has no warnings or errors.
Your goal is to create a devcontainer to be able to use this project in vscode and codespaces.
We want to creat sphinx documentation in /docs. This should cover client, server, and infrastructure and document file structure, patterns, and best practices.
For $ARGUMENTS, thoroughly look through the project and think deeply about how it's structured. Consider things like
$ARGUMENTS
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A Claude Code plugin providing development workflow commands for planning, documentation, commits, and codebase exploration.
/plugin install github:DylanNWatt/claude-planning-plugin
Or add to your project's .claude/settings.json:
{
"plugins": ["github:DylanNWatt/claude-planning-plugin"]
}
/plan <feature description>Creates a structured feature plan in ./docs/plans. The plan includes:
Example:
/plan Add user authentication with OAuth
/execute_plan <path to plan>Executes a plan file task-by-task. Reviews open questions, ensures tests pass before marking tasks complete, and updates the plan as work progresses.
Example:
/execute_plan ./docs/plans/auth-feature.md
/update_planUpdates the current plan with recently learned information and marks completed tasks.
/commitBundles outstanding changes into logical commits with good messages. Also:
/examine <component>Thoroughly examines a component of the project, documenting:
Outputs documentation to ./docs/docs/agent_docs/<layer>.
Example:
/examine server
/docsCreates a plan for building Sphinx documentation covering client, server, and infrastructure.
/update_docsUpdates existing documentation based on recent session changes, removing outdated content.
/devcontainerCreates a devcontainer configuration for VS Code and GitHub Codespaces with:
MIT
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin dylannwatt-claude-planning-pluginGit and workspace operations for active development workflows - commit messages, PR prep, documentation updates, and version management
Git 워크플로우, 브랜치 전략, 커밋 컨벤션, TiDD(Ticket Driven Development) 가이드
Harness-native ECC plugin for engineering teams - 67 agents, 279 skills, 94 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Matt Pocock's agent skills for real engineering — grilling, spec/ticket flows, TDD, code review, domain modelling and more. Plug-and-play, not vibe coding.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress