What problem does it solve?
When starting or restarting a session as the planner role in the crowi project, context is lost: pending messages, in-progress specs, and role responsibilities must be manually reconstructed. This Skill automates that one-time startup ritual so the planner role is fully restored in a single command.
Core Features & Use Cases
- Role establishment: Runs the agmsg
actas procedure to register the session as planner and re-subscribe the message monitor.
- Inbox and state recovery: Executes
inbox.sh crowi planner to surface requests from the manager and reports from implementers, then lists .feature-state/specs/ to identify in-progress specs.
- Role contract enforcement: Declares what the planner does (design investigation, spec/RFC writing, adversarial review convergence, handoff to manager) and does not do (kickoff, worktree implementation, git push).
- Use Case: After a
/clear or new session, run this Skill once to restore the planner identity, review pending messages, and get a status summary before receiving design instructions.
Quick Start
Start this session as the crowi planner role and report my inbox and in-progress specs.