Skip to content

Instantly share code, notes, and snippets.

View vedovelli's full-sized avatar
💭
🚀

Fábio Vedovelli vedovelli

💭
🚀
View GitHub Profile
@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 description
testing
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 description tools model
gpt-5
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.
Bash
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:

@vedovelli
vedovelli / gist:bafd37c6fab2762bda7288bd4f0738dd
Created July 24, 2025 11:31
task-complexity-report_error_handling.json
{
"meta": {
"generatedAt": "2025-07-24T11:11:49.602Z",
"tasksAnalyzed": 15,
"totalTasks": 15,
"analysisCount": 15,
"thresholdScore": 5,
"projectName": "Taskmaster",
"usedResearch": false
},