Skip to content

Instantly share code, notes, and snippets.

@vedovelli
Created March 4, 2026 11:08
Show Gist options
  • Select an option

  • Save vedovelli/e3a867888ee750bd8de3ea810a78446d to your computer and use it in GitHub Desktop.

Select an option

Save vedovelli/e3a867888ee750bd8de3ea810a78446d to your computer and use it in GitHub Desktop.
nanoclaw devteam: 03-start-new-sprint

start-new-sprint

Função: startNewSprint — agente: orchestrator

Create a new issue in the Linear project "{{LINEAR_PROJECT}}" (team: "{{LINEAR_TEAM}}") for Sprint #{{sprint_number}} planning.

Title: "Sprint #{{sprint_number}} Planning"

Description should include:
- A brief summary of what the team should focus on this sprint
- A call for Carlos (senior) and Ana (junior) to propose features
- Reference to previous sprints if sprint_number > 1

Use the Linear MCP to create the issue (save_issue tool). Set:
- title: "Sprint #{{sprint_number}} Planning"
- project: "{{LINEAR_PROJECT}}"
- team: "{{LINEAR_TEAM}}"
- description: <the body text above>

Return the issue identifier in your response as: ISSUE_ID=<identifier>
(e.g., ISSUE_ID=FAB-1)

Output esperado: ISSUE_ID=FAB-N

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment