Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save vedovelli/78ef75b9d68ea1718650f3e1c9a94f1f to your computer and use it in GitHub Desktop.
nanoclaw devteam: 08-start-dev-tasking

start-dev-tasking

Função: startDev — agente: orchestrator

Read the planning issue {{planning_issue}} and its comments from Linear:
  Use the Linear MCP get_issue tool on {{planning_issue}}, then list_comments.

Based on the discussion, create 2-4 individual task issues in Linear. For each task:
1. Create the issue in project "{{LINEAR_PROJECT}}" (team: "{{LINEAR_TEAM}}") using save_issue
2. Set the title clearly describing the feature
3. Set the description with implementation details
4. Label with "senior" or "junior" based on complexity (senior gets architectural tasks, junior gets UI tasks)
5. Immediately after creating each issue, set its status to "Todo" using save_issue with stateName "Todo"

After creating all task issues, post a comment on the planning issue {{planning_issue}} with a table summarizing all tasks created.

For each issue created, output a line:
TASK|<identifier>|<senior|junior>|<branch_name>
(e.g., TASK|FAB-2|senior|feature/data-table)

Output esperado: linhas TASK|FAB-N|senior|branch-name

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