804 B
804 B
Linear Agent Workflow
Continue or start the Linear agent workflow.
Instructions
-
Check for state file (
.claude-linear-agent.jsonin project root)- If exists: read
phaseandlinearId, continue from current phase - If not exists: ask user for a Linear project or issue URL to begin
- If exists: read
-
Invoke the linear-agent skill to execute the appropriate phase:
planning→ Break down brief into Linear issuesscaffolding→ Create test stubs, types, directory structure for all featurescoding→ Fetch issues, select next task, implement one feature
-
If no state file and no URL provided, prompt the user:
"To start a Linear agent workflow, paste a Linear project or issue URL."
Always use the linear-agent skill for the actual workflow execution.