By dylannwatt
Development workflow commands for planning, documentation, commits, and codebase exploration
npx claudepluginhub joshuarweaver/cascade-code-general-misc-3 --plugin dylannwatt-claude-planning-pluginBundle 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
Plans go in ./docs/plans
Given what we've learned in this session update our documentation with anything relevant to our changes, and remove any documentation for items that no longer exist or are relevant.
Update our plan with the most recently learned information, and tasks that have been completed.
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
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Team-oriented workflow plugin with role agents, 27 specialist agents, ECC-inspired commands, layered rules, and hooks skeleton.
Reliable automation, in-depth debugging, and performance analysis in Chrome using Chrome DevTools and Puppeteer
Claude Code skills for Godot 4.x game development - GDScript patterns, interactive MCP workflows, scene design, and shaders