Load only these knowledge files before executing:
- knowledge/linear-operations.md
Purpose: Read the current Linear view for the active repo issue and summarize it for the PM.
This command is read-only from the repo's perspective. It helps the PM understand the current Linear representation without manually opening the tool.
Run /linear-brief when:
- preparing for planning or status review
- checking child task progress against the manifest
- confirming blocker visibility before a release decision
This command can run anytime after /linear-bind.
Run as:
/linear-brief [active|project|cycle]
Default mode: active
- Read
project-state.md - Read the active issue file
- Read the plan and manifest if they exist
- Read Linear metadata from
project-state.md - Read
experiments/linear-sync/issue-<NNN>.jsonif it exists
If linear_enabled is not true, stop and raise an explicit error.
Activate agents/linear-agent.md.
active-> summarize the bound project and the active repo issueproject-> summarize the full Linear project view and child issuescycle-> summarize the current cycle only iflinear_cycleexists
Resolve objects using this lookup order:
experiments/linear-sync/issue-<NNN>.jsonproject-state.md- live Linear query by exact team plus exact title
Use these MCP tools:
get_projectget_issuelist_issues
Gather:
- project name
- project status
- current cycle
- child issue progress
- open blockers
- attached links for plan, PR, deployment, and postmortem if present
Highlight any mismatch between:
- repo stage and Linear status
- manifest tasks and Linear child issues
- known blockers and Linear blocker visibility
- expected stage labels and current stage labels
- expected sync map identifiers and live Linear objects
Do not mutate repo state.
- If the project is not bound, raise an explicit error
- If the requested view requires
linear_cycleand it is missing, raise an explicit error - If Linear read operations fail, raise an explicit error with view context
Linear Brief
Repo Stage
Linear Status
Child Task Summary
Open Blockers
Mismatches
Sync Map Health
Recommended Next PM Action