By aliok
Two-command planning and execution workflow. Create structured plans with /plan, then execute them systematically with /execute-plan.
A collection of custom Claude Code plugins to enhance development workflows.
A two-command workflow for systematic planning and execution of implementation tasks.
Commands:
/plan [task description] - Analyze task and create a structured, reviewable plan/execute-plan - Execute the plan systematically with progress trackingFeatures:
Use Case: When you have a complex implementation task and want to:
Maintain work continuity across sessions by logging work status and resuming from where you left off.
Commands:
/work-log - Capture current work status (what works, what doesn't, next steps)/work-continue - Resume from last logged work sessionFeatures:
~/.claude-work-tracking/Use Case:
When you're working on a feature (especially with /plan-execute) and need to stop mid-work:
/work-log to capture current status/work-continue to see where you left off and resume/plugin marketplace add aliok/aliok-claude-plugins
/plugin install plan-execute@aliok-claude-plugins
/plugin install work-tracking@aliok-claude-plugins
# Create a plan
/plan add user authentication with JWT
# Claude explores your codebase and creates .claude/plans/plan.md
# Review the plan, edit if needed
# Execute when ready
/execute-plan
# Claude systematically implements each step with TodoWrite tracking
# While working on a feature, need to stop
/work-log
# Claude analyzes git status, commits, and changes
# Saves: what works, what doesn't work yet, next steps
# Later (same project or different project)
/work-continue
# Claude shows where you left off and asks if you want to continue
aliok-claude-plugins/
├── .claude-plugin/
│ └── marketplace.json # Marketplace catalog
├── plugins/
│ └── plan-execute/
│ ├── .claude-plugin/
│ │ └── plugin.json # Plugin manifest
│ └── commands/
│ ├── plan.md # /plan command
│ └── execute-plan.md # /execute-plan command
└── README.md
See DEVELOPMENT.md for instructions on creating and testing plugins.
Feel free to suggest improvements or report issues!
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub aliok/aliok-claude-plugins --plugin plan-executeMaintain work continuity across sessions. Log work status with /work-log and resume with /work-continue.
Harness-native ECC operator layer - 67 agents, 271 skills, 92 legacy command shims, reusable hooks, rules, selective install profiles, and production-ready workflows for Claude Code, Codex, OpenCode, Cursor, and related agent harnesses
Real-time statusline HUD for Claude Code - context health, tool activity, agent tracking, and todo progress
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Comprehensive feature development workflow with specialized agents for codebase exploration, architecture design, and quality review
Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).