By aliok
Maintain work continuity across sessions. Log work status with /work-log and resume with /work-continue.
You are tasked with helping the user resume work from where they left off by retrieving and presenting their last work log.
You are tasked with analyzing the current project state and logging what's been accomplished and what remains to be done.
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 work-trackingTwo-command planning and execution workflow. Create structured plans with /plan, then execute them systematically with /execute-plan.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking