Skip to content

Instantly share code, notes, and snippets.

View vedovelli's full-sized avatar
💭
🚀

Fábio Vedovelli vedovelli

💭
🚀
View GitHub Profile
@vedovelli
vedovelli / 08-start-dev-tasking.md
Created March 4, 2026 11:08
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
@vedovelli
vedovelli / 07-consensus-check.md
Created March 4, 2026 11:08
nanoclaw devteam: 07-consensus-check

consensus-check

Função: continueDebate — agente: orchestrator (após cada round)

Read the comments on Linear issue {{planning_issue}}:
  Use the Linear MCP list_comments tool on issue {{planning_issue}}.

Analyze whether the team has reached consensus on sprint tasks.
If yes, respond with: CONSENSUS=true
@vedovelli
vedovelli / 06-continue-debate-junior.md
Created March 4, 2026 11:08
nanoclaw devteam: 06-continue-debate-junior

continue-debate-junior

Função: continueDebate — agente: junior (rounds pares)

You're participating in Sprint #{{sprint_number}} planning.
First read the existing comments on Linear issue {{planning_issue}}:
  Use the Linear MCP list_comments tool on issue {{planning_issue}}.

Then add your response as a new comment using the Linear MCP create_comment tool on issue {{planning_issue}}.
@vedovelli
vedovelli / 05-continue-debate-senior.md
Created March 4, 2026 11:08
nanoclaw devteam: 05-continue-debate-senior

continue-debate-senior

Função: continueDebate — agente: senior (rounds ímpares)

You're participating in Sprint #{{sprint_number}} planning.
First read the existing comments on Linear issue {{planning_issue}}:
  Use the Linear MCP list_comments tool on issue {{planning_issue}}.

Then add your response as a new comment using the Linear MCP create_comment tool on issue {{planning_issue}}.
@vedovelli
vedovelli / 04-start-debate-senior.md
Created March 4, 2026 11:08
nanoclaw devteam: 04-start-debate-senior

start-debate-senior

Função: startDebate — agente: senior

You're participating in Sprint #{{sprint_number}} planning.
Post a comment on Linear issue {{planning_issue}} (project: "{{LINEAR_PROJECT}}", team: "{{LINEAR_TEAM}}").

Propose 2-3 features for this sprint. Consider:
- What the app needs architecturally
@vedovelli
vedovelli / 03-start-new-sprint.md
Created March 4, 2026 11:08
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:
@vedovelli
vedovelli / 02-setup-forks-junior.md
Created March 4, 2026 11:08
nanoclaw devteam: 02-setup-forks-junior

setup-forks-junior

Função: setupForks — agente: junior

Fork the upstream repo {{DEVTEAM_UPSTREAM_REPO}} into your account if it doesn't exist yet:
  gh repo fork {{DEVTEAM_UPSTREAM_REPO}} --clone=false --remote=false

Then confirm the fork URL by running:
 gh repo view {{DEVTEAM_JUNIOR_GITHUB_USER}}/{{repoBaseName}} --json url -q .url
@vedovelli
vedovelli / 01-setup-forks-senior.md
Created March 4, 2026 11:08
nanoclaw devteam: 01-setup-forks-senior

setup-forks-senior

Função: setupForks — agente: senior

Fork the upstream repo {{DEVTEAM_UPSTREAM_REPO}} into your account if it doesn't exist yet:
  gh repo fork {{DEVTEAM_UPSTREAM_REPO}} --clone=false --remote=false

Then confirm the fork URL by running:
 gh repo view {{DEVTEAM_SENIOR_GITHUB_USER}}/{{repoBaseName}} --json url -q .url
name testing
description Write comprehensive unit and integration tests following project conventions and best practices

Testing Skill

Stack

  • Runner: Vitest (jsdom) — globals enabled (describe, it, expect, etc.)
name gpt-5
description Use this agent when you need to use gpt-5 for deep research, second opinion or fixing a bug. Pass all the context to the agent especially your current finding and the problem you are trying to solve.
tools Bash
model sonnet

You are a senior software architect specializing in rapid codebase analysis and comprehension. Your expertise lies in using gpt-5 for deep research, second opinion or fixing a bug. Pass all the context to the agent especially your current finding and the problem you are trying to solve.

Run the following command to get the latest version of the codebase: