Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Project a flow-next spec to Linear, GitHub, GitLab, or Jira and reconcile body, status, and comments. Use for tracker discovery, linking, create-first, push, pull, reconcile, comment, or unlink. Not /flow-next:sync, which is plan-sync.
.claude/skills/gmickel-flow-next-tracker-sync/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | 62% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 196% | 0% |
| case-09 | ✗→✓ | ▲ Improved | 171% | 0% |
| case-10 | ✗→✓ | ▲ Improved | 41% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 46% | 0% |
The flow spec is the source of truth and quality layer. The tracker is a co-editable projection. Tracker activity never starts agents or changes Flow task state.
Read steps.md for the operation sequence and references/adapter-interface.md for the normalized contract. Load only references needed by the reached path:
references/body-merge.md.
references/comments-sync.md.
then only the reached MCP or GraphQL reference.
Never load an unselected provider merely because another reference links it.
flowctl tracker owns tracker transport, normalization, credentials, retries, capability degradation, lifecycle ordering, receipts, and atomic local state. The skill supplies only approved semantic inputs and reacts to the structured result. Do not reconstruct provider requests in skill prose or shell.
Use the lifecycle facade for event-driven projection:
bashFLOWCTL="${CODEX_HOME:-$HOME/.codex}/scripts/flowctl" [ -x "$FLOWCTL" ] || FLOWCTL="<plugin-root>/scripts/flowctl" # <plugin-root> = the directory two levels above this skill's SKILL.md file (the harness gave you that file's absolute path when the skill loaded); substitute it literally [ -x "$FLOWCTL" ] || FLOWCTL=".flow/bin/flowctl" $FLOWCTL tracker sync "$SPEC_ID" --op "$OP" --event "$EVENT" \ --flow-file "$FLOW_FILE" --body-file "$BODY_FILE" \ --comments-file "$COMMENTS_FILE" --source-body-file "$SOURCE_BODY_FILE"
Pass only flags legal for the selected operation. steps.md lists the file contract. For discovery, create-first, link, unlink, status, relation, attachment, and direct wire maintenance, use the matching flowctl tracker verb. flowctl tracker --help is the executable source of truth.
Every command returns one JSON object on stdout. Success has success: true, data, degraded, and probe. Failure has success: false, class, error, retryable, and typed details. Branch on class, never provider text.
These are the only five surfaces intentionally retained in the host agent:
cannot invoke them. The agent may perform the explicitly requested Linear MCP action, then hands the returned identity to tracker persist-external.
lifecycle events is an ambiguous one-time product decision. The agent surfaces detected choices and asks before persisting configuration.
because equivalent prose, intent, and requirement meaning cannot be resolved from hashes or syntax alone. The agent adjudicates only conflicting sections, while flowctl owns snapshots and atomic persistence.
The caller decides what the comment should say and supplies a stable occurrence identity as the first file line, evidence=<token>. Flowctl rejects missing/placeholder evidence, strips that line from visible content, and owns marker dedup, transport, and the receipt.
external_action_required, or non-retryable capability result can require a user choice, an MCP continuation, a local correction, or a defer. The agent selects that next action from the structured envelope instead of parsing error prose.
No other tracker operation is agentic. In particular, request construction, pagination, provider field mapping, status policy, relation projection, comment dedup, credential selection, retry timing, and receipt writes remain deterministic.
The bridge is off until the user confirms it. Surface available and unavailable provider signals, the proposed project or team, and lifecycle defaults. Resolve environment overrides before stored configuration. If the destination is ambiguous, ask. If the user declines, write nothing.
After confirmation, use flowctl config set for the selected provider and flowctl tracker resolve to persist tracker.resolved. Credentials remain in the environment. Never copy credentials into config, a prompt, argv, receipt, or error note.
Linear MCP is discovery/create only. All later shell-reachable operations use the deterministic GraphQL route. If an MCP create returns only a display key, tracker persist-external resolves and stores its durable identity.
identity.md.Never rename an existing Flow-first spec.
perEvent gates. An inactive bridgeremains silent because the lifecycle facade is not invoked.
tracker sync, not granular tracker verbs.0600 temporary files,never argv. Delete temporary files after the call.
recreate a user-controlled relation without evidence that Flow owns it.
inactive is a silent no-op for lifecycle callers.rate_limited is retried only when the envelope says retryable: true.auth, unresolved, stale_id, conflict, capability, andexternal_action_required follow the recovery table in steps.md.
Never attempt an interactive prompt from the fork.
This skill is projection, not coordination. /flow-next:tracker-sync is distinct from /flow-next:sync. Flow state remains authoritative. Provider wire details live in deterministic Python; the Markdown references document their shapes so reviewers can inspect the contract without copying executable transport recipes into prompts.
Other measured skills in the registry, with their headline benchmark lift.