handoff
Route durable Infiquetra lifecycle artifacts into mission-control prepared issue drafts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Route durable Infiquetra lifecycle artifacts into mission-control prepared issue drafts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Route proposed Team Mimir profile behavior changes to target-owned Hermes dialogue.
Native Antigravity multi-agent consensus workflow. Spawns parallel workers and reviewers with a 0-10 scoring loop and automatic fix routing.
Deep-dive one chosen Infiquetra idea into a right-sized requirements document before planning.
Run a structured Infiquetra code-quality review at the work-to-PR boundary. Reads the merge-base diff, runs a built-vs-planned audit plus judgment-selected review lenses, validates findings, writes a durable review artifact, appends to the work-thread saga, and routes — without mutating code. Triggers on "review this PR", "code review", "check my diff", "pre-PR review", or a /work hand-in before shipping.
Review Infiquetra plans, requirements, and SDLC documents for implementation readiness.
Generate and critically evaluate grounded Infiquetra product, architecture, or workflow ideas. Multi-agent divergent→convergent engine — generate many, critique all, explain survivors only. Triggers on "ideate on X", "give me ideas", "what should I improve", "surprise me", "what would you change".
| name | handoff |
| description | Route durable Infiquetra lifecycle artifacts into mission-control prepared issue drafts. |
Use this when the user wants another team, agent team, or later session to pick up work from an Infiquetra lifecycle artifact.
saga owns the handoff moment:
saga.handoff-envelope.v1 packet naming artifacts, evidence,
risks, and external actions still requiring authority;mission-control.mission-control owns the issue artifact:
Do not copy SDLC issue templates into this skill.
Prefer an explicit source path or URL from the command arguments.
If no source is explicit, inspect .gemini/saga/state.json and durable docs.
Build the envelope. The helper validates the closed schema and repository-relative artifact references without performing an external action:
python3 plugins/saga/scripts/handoff_envelope.py \
--source docs/plans/example.md \
--target-team Asgard \
--target-repo infiquetra-claude-plugins
If the helper finds no source, ask for one.
If multiple durable artifacts are plausible, ask the user to choose.
Confirm that artifacts, evidence, risks, and still_unauthorized are non-empty. The last
field remains authoritative: an envelope never grants permission to create an issue, update a
board, open a PR, merge, or deploy.
Route with the envelope's suggested_command, shaped like
/issue --prepare --from <source> --maturity <maturity>.
Review the prepared issue draft before mutation.
Use issue create-prepared only after confirmation.
docs/ideation/ -> idea-readydocs/brainstorms/ -> requirements-readydocs/specs/ -> requirements-readydocs/plans/ or docs/reviews/ -> plan-readydocs/work-sessions/ or branch refs -> resume-readydeferred-context when the user says execution should waitPrepared issues must be self-contained for recipients without saga.
When a recipient does have saga, the issue may suggest:
/plan <issue> for idea-ready or requirements-ready;/work <issue> for plan-ready or resume-ready.Do not suggest /loop for normal team handoff.
An Antigravity brain or runtime copy is staging only. Before claiming a durable handoff, promote the
packet into docs/handoffs/ with scripts/artifact_promotion.py and bind its promotion receipt to
the applicable lifecycle transition. A divergent canonical predecessor is preserved and blocks the
handoff until operator adjudication.
Run the executable receipt path before claiming completion. Read
$SAGA_PLUGIN_ROOT/references/live-receipt-commands.md for the closed JSON inputs and full flags.
SAGA_PLUGIN_ROOT="${AGY_PLUGIN_ROOT:-$HOME/.gemini/config/plugins/saga}"
test -f "$SAGA_PLUGIN_ROOT/scripts/transition_receipts.py"
test -f "$SAGA_PLUGIN_ROOT/scripts/artifact_promotion.py"