Work provides plan execution capabilities to an agent: it parses textual plans into structured tasks, persists them (SQLite), updates statuses, and recommends the next action. It supports copy, append, and resume modes to manage project plans across sessions.
Trigger this skill when the user asks for planning or task management phrases like 'copy plan', 'append plan', 'resume plan', 'what's next', 'todo', or 'priorities'. Use it to keep task state between sessions and to surface the next recommended task.
Designed for Claude Code-style skill runners that can execute local scripts and access project files; compatible with agent runtimes that allow file and DB access.
Plan execution skill for the memstack ecosystem with three modes (copy, append, resume) for managing project tasks via SQLite. No bundled scripts — relies entirely on an external memstack-db.py tool. Well-structured SKILL.md with clear triggers and context guard pattern, but not usable without the memstack dependency installed and configured.
memstack-db.py (requires $MEMSTACK_PATH to be configured)Clean skill with no security concerns. Well-designed operating modes and context compilation pattern. Main limitation is tight coupling to the memstack ecosystem — not portable. Would benefit from documenting installation requirements and adding a references/ directory for dependency documentation.
Scan — Project Scope & Pricing Estimator
Analyze a codebase to estimate complexity, count files/LOC/endpoints, and produce three-tier pricing recommendations (budget/standard/premium).
Launch Plan — Product Launch Timeline
Creates a day-by-day launch timeline with pre-launch buildup, launch week execution, post-launch optimization, PR templates, and a metrics dashboard.
Verify — Check Completed Work
Run a structured verification protocol (automated checks + manual requirements review) to confirm work meets requirements before committing or shipping.