From geas
Coordinates Geas Mission lifecycle: start, continue, inspect, close, or route missions with stage handoffs and user briefings.
How this skill is triggered — by the user, by Claude, or both
Slash command
/geas:missionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Coordinate Geas Mission work from the User entrypoint. Read the request and runtime state, choose the next stage handoff or stop condition, and keep role output and User Judgment responsibilities separated. Do not turn a broad User request into Mission baseline content, implementation approach, technology choices, storage choices, deployment choices, or scope exclusions from this entrypoint.
Coordinate Geas Mission work from the User entrypoint. Read the request and runtime state, choose the next stage handoff or stop condition, and keep role output and User Judgment responsibilities separated. Do not turn a broad User request into Mission baseline content, implementation approach, technology choices, storage choices, deployment choices, or scope exclusions from this entrypoint.
Mission Applicability:
Normal:
geas-cli adapter when state is needed.geas-cli to initialize runtime storage before creating a Mission.geas-cli status, init, or create only when the adapter reports success; otherwise preserve the CLI output and stop.geas-cli to create one, then hand off to specifying after success.mission; let specifying elicit User-owned facts and draft accepted baselines.current_stage is specifying, hand off to specifying with known baseline refs and the User request.current_stage is building, hand off to building with current Mission and Task refs.current_stage is consolidating, hand off to consolidating with accepted Task Evidence and Mission baseline refs.consolidating for Mission acceptance input.Handoff:
specifying, building, or consolidating.building prepare role handoffs instead of calling role-producing Skills directly here.User Decision:
Stop:
geas-cli, unavailable stage Skill, missing baseline state, or unclear User decision.Required when available:
geas-clibuildingOptional:
No bundled resources are required in Phase 3. Use the geas-cli adapter Skill for runtime status, initialization, and Mission creation. Stage-owned transitions and record attempts belong to the selected stage and still go through geas-cli.
specifying.building without an accepted Mission baseline and current Task Contract path.mission; route Task work through building.geas-cli is unavailable.geas-cli status, init, or create does not report success.consolidating or attempt to record Mission Evidence before Mission result User Judgment.mission selects and coordinates the next stage. It does not implement Task changes, verify results, review changes, challenge artifacts, write substantive stage artifacts, or decide acceptance. User Judgment comes from the User, and role-producing output comes from the responsible role Skill.
npx claudepluginhub choam2426/geas --plugin geasCoordinates Geas Task execution loops from accepted Task Contract through role handoffs, User Judgment, and Task Evidence. Use for mission building, task phase dispatch, or recording task results.
Orchestrates full project lifecycle with automatic state detection, mission type selection, and phase routing. Use when starting a new project or resuming an interrupted workflow.
Supervises multi-goal missions by reading the mission charter and prior goal artifacts, then deciding whether to proceed with the next goal, declare the mission done, or escalate to the user.