By noeljackson
Development workflow — planning, debugging, testing, code review, execution, and branch management
npx claudepluginhub noeljackson/nstack --plugin devCollaborative design before implementation — no code until design is approved
Systematic 4-phase debugging — no fixes without root cause investigation
Dispatch independent tasks to parallel subagents
Execute an implementation plan with review checkpoints
Complete development branch — verify tests, present options, cleanup
Two-phase planning — explore codebase, then write a structured implementation plan
Deep research in isolated context — explore without polluting main conversation
Code review — dispatch reviewer agent or handle incoming feedback
Execute implementation plans by dispatching subagents per task with two-stage review
Quick 5-second status — what's happening, what's next
Test-driven development — no production code without a failing test first
Create isolated git worktree for feature work
Create or improve reusable skills with test-driven methodology
Claude Code plugin marketplace. Install what you need per-project.
Add the marketplace (once per machine):
claude plugin marketplace add noeljackson/nstack
Pick the plugins you need. --scope project writes to .claude/settings.json (per-repo). --scope user installs globally.
claude plugin install dev@nstack --scope project
claude plugin install git@nstack --scope project
claude plugin install session@nstack --scope project
claude plugin install brain@nstack --scope user
claude plugin install sysadmin@nstack --scope user
The core development plugin. Planning, debugging, testing, code review, and execution.
| Command | What it does |
|---|---|
/dev:plan | Explore codebase, write structured implementation plan |
/dev:execute | Execute a plan with review checkpoints |
/dev:subagent-dev | Execute plans via per-task subagents with two-stage review |
/dev:brainstorm | Collaborative design before implementation |
/dev:debug | Systematic 4-phase debugging (no fixes without root cause) |
/dev:tdd | Test-driven development (no code without failing test) |
/dev:review | Dispatch code reviewer or handle review feedback |
/dev:dispatch | Parallel subagent dispatch for independent tasks |
/dev:worktree | Create isolated git worktree for feature work |
/dev:finish | Complete branch — verify tests, merge/PR/keep/discard |
/dev:write-skill | Create or improve reusable skills |
/dev:research | Deep research in isolated context |
/dev:sup | Quick 5-second status (30 lines max) |
Typical workflow:
/dev:brainstorm → /dev:plan → /dev:execute → /dev:review → /dev:finish
| Command | What it does |
|---|---|
/git:c | Commit files modified in this conversation |
/git:ca | Commit all changes |
/git:cp | Commit all + push |
/git:cpv | Commit all + push + version tag |
Context persistence between conversations via WIP.md.
| Command | What it does |
|---|---|
/session:start | Load context from WIP.md (auto via hook or manual) |
/session:stop | Save context to WIP.md |
/session:wrap | Full closure — commit + update WIP.md + optional brain capture |
Requires ~/src/brain/ repository.
| Command | What it does |
|---|---|
/brain:brain | Query the second brain |
/brain:capture | Write to the brain (progress, thinking, tasks) |
/brain:daily | Morning check-in |
/brain:weekly | Weekly review |
/brain:monthly | Monthly strategic review |
| Command | What it does |
|---|---|
/sysadmin:cleanse | Clean sensitive data from ~/.claude/ |
/sysadmin:gitea-actions | View Gitea CI workflow runs |
/sysadmin:organize-desktop | Organize Desktop/Downloads |
/sysadmin:security-audit | macOS security audit |
claude plugin marketplace update nstack
claude plugin update dev@nstack
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, rules, and legacy command shims evolved over 10+ months of intensive daily use
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
Meta-prompting and spec-driven development system for Claude Code. Productivity framework for structured AI-assisted development.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
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.
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.