Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
Your own AI agent, running 24/7 with QwikClaw logoYour own AI agent, running 24/7 with QwikClaw

QwikClaw sets up and runs an always-on OpenClaw agent for you. One click, no config files, no server setup.

Deploy now
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 47,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here
spec-driven-workflow logo

spec-driven-workflow

spec-driven-workflow

developmentClaude Codeby souzalemos

Summary

Workflow Pesquisa → Discussão → Execução para desenvolvimento spec-driven. 18 commands, 15 skills, 3 agents. Milestones, slices, tasks com boundary map e anti-alucinação.

Install to Claude Code

/plugin install spec-driven-workflow@spec-driven-workflow

Run in Claude Code. Add the marketplace first with /plugin marketplace add souzalemos/spec-driven-workflow if you haven't already.

README.md

spec-driven-workflow

Plugin do Claude Code para desenvolvimento spec-driven com workflow de 3 fases:

Pesquisa → Discussão → Execução.

Instalação

/plugin install souzalemos/spec-driven-workflow

Primeiro uso (obrigatório)

Após instalar, rode dentro do seu projeto:

/init-workflow

Este comando cria os arquivos que o plugin não pode instalar automaticamente:

  • CLAUDE.md — orquestrador do workflow (customizado para seu projeto)
  • 3 rules — spec-rules, code-rules, test-rules (path-scoped)
  • 6 templates .spec/ — STATE, PROJECT, DECISIONS, KNOWLEDGE, REQUIREMENTS, RUNTIME
  • settings.json — hooks de lint/test antes de commit
  • .gitignore — atualizado com exclusões do workflow

O que o plugin instala

  • 18 slash commands: /init-workflow, /start-project, /start-milestone, /discuss, /execute, /bugfix, /hotfix, /quick, /small-feature, /refactor, /spike, /security-audit, /dep-upgrade, /steer, /queue, /status, /validate, /retro
  • 15 skills: research, discuss, execute-task, complete-slice, bugfix, hotfix, small-feature, refactor, spike, security-audit, dep-upgrade, adr, retrospective, start-project, status-dashboard
  • 3 subagents: scout (codebase), researcher (web), reviewer (code review)
  • Hooks: lint/test antes de commit, auto-format após edição

Quick Start

/init-workflow              # Configuração inicial (uma vez)
/start-project              # Projeto novo: propõe TODOS os milestones
/start-milestone            # Inicia próximo milestone da fila
/discuss                    # Planejamento com boundary map
/execute                    # Implementação (repetir por task)
/status                     # Dashboard visual
/validate                   # Validação final

Workflows Especializados

| Comando | Cerimônia | Quando usar | |---|---|---| | /hotfix | Zero | Produção quebrada, P0 | | /bugfix | Baixa | Bug com diagnóstico | | /quick | Baixa | Tarefa simples (< 7 arquivos) | | /small-feature | Média | Feature nova com 2-5 tasks | | /refactor | Média | Migração por waves | | /spike | Média | Pesquisa pura, zero código | | /security-audit | Média | Scan + triage + remediate | | /dep-upgrade | Média | Upgrade de dependências |

Novidades da v1.1

  • Boundary Map obrigatório no ROADMAP.md (produces/consumes por slice)
  • Slice Context (S0x-CONTEXT.md) com scope in/out e integration points
  • Reassessment formal com coverage check ao completar cada slice
  • continue.md para retomada de tasks interrompidas
  • blocker_discovered para invalidar plano do slice
  • Milestone Validation rigorosa com verification classes
  • 6 workflow templates especializados (hotfix, refactor, spike, etc.)
  • /start-project que propõe todos os milestones de uma vez

Licença

MIT

Autor

Bruno Lemos — souzalemos@gmail.com https://github.com/souzalemos

Related plugins

Browse all →