cstk
01Plugin Claude Code
Spec-Driven Development toolkit for Claude Code.
Plugin Claude Code
Spec-Driven Development toolkit for Claude Code.
Hook Claude Code
Runs before the agent uses a tool for Bash tool calls, executing pretooluse-bash-guard.sh. From JotJunior/cstk.
Hook Claude Code
Runs after a tool call finishes for Agent tool calls, executing posttooluse-tool-call-tick.sh, posttooluse-loose-usage.sh and posttooluse-agent-usage.sh (3 commands). From JotJunior/cstk.
Settings file Claude Code
Agent settings declaring 2 hook events (PreToolUse, PostToolUse).
Plugin Claude Code
Go language profile for the cstk toolkit: Go-specific skills (add-entity, add-consumer, add-migration, add-test, review) and hooks.
Skill Claude CodeCodex
Commit staged and unstaged changes with a well-crafted conventional commit message. Handles submodule updates, multi-service changes, and follows project conventions. Triggers: "/commit", "commit", "commitar", "fazer commit", "commit changes".
Skill Claude CodeCodex
Add a RabbitMQ event consumer to an existing GOB Go microservice.
Skill Claude CodeCodex
Add a full CRUD vertical slice (domain, DTO, repository, service, handler, migration, factory wiring) to an existing GOB Go microservice.
Skill Claude CodeCodex
Create properly named PostgreSQL migration files for GOB microservices.
Skill Claude CodeCodex
Add unit/integration tests to a GOB Go microservice following established project patterns. Triggers: "add test", "add tests", "criar teste", "novo teste", "test coverage", "testar", "write tests for", "escrever testes para".
Skill Claude CodeCodex
Review all changes in the current branch against GOB project conventions before opening a PR. Diff-aware: only analyzes what changed, not the entire codebase. Triggers: "review pr", "revisar pr", "pre-pr check", "review branch", "revisar branch", "checar antes do pr", "quality gate".
Skill Claude CodeCodex
Audit a GOB Go microservice against all project conventions and patterns.
Plugin Claude Code
Spec-Driven Development toolkit for Claude Code: full SDD pipeline (briefing -> review-features), autonomous 00c orchestrators with auditable state, enforced guard hooks and cross-feature knowledge base.
Agent
Subagente: aplica heuristica score 0..3 sobre 3 fontes (briefing, constitutionprojeto, stacksugerida) para responder perguntas do clarify-asker autonomamente. Score >=2 decide; score 0 pausa humano.
Agent
Subagente: gera 1-5 perguntas estruturadas para etapa clarify do SDD via skill clarify. Nao toma decisoes — orquestrador-pai (agente-00c-orchestrator) media comunicacao com answerer.
Agent
Orquestrador autonomo da pipeline SDD (specify→clarify→plan→checklist→create-tasks→execute-task→converge→review-task) para UMA feature individual. Reusa runtime POSIX agente-00c-runtime via AGENTE00CSTATEDIR=feature-00c-state/ /. Invocado por /feature-00c e /feature-00c-resume.
Agent
Orquestrador raiz da pipeline SDD (briefing→constitution→specify→clarify→plan→checklist→create-tasks→execute-task→converge→review-task→review-features) sobre projeto-alvo. Gerencia orcamento de onda, ScheduleWakeup, decisoes auditaveis. Invocado por /agente-00c e /agente-00c-resume.
Agent
Subagente READ-ONLY: audita um artefato (spec, plan, contrato, doc de API, payload, relatorio) e classifica cada dado factual concreto como SOURCED, UNSOURCED ou PROPOSAL contra um conjunto de fontes permitidas. Aplica o Principio VI (Veracidade de Dados / Zero Fabricacao). Use ANTES de publicar/fechar um artefato que…
Agent
Subagente: aplica heuristica score 0..3 sobre 3 fontes (briefing, constitutionprojeto, speccorrente) para responder perguntas do feature-00c-clarify-asker autonomamente. Score >=2 decide; score 0 pausa humano.
Agent
Subagente: gera 1-5 perguntas estruturadas para etapa clarify do SDD no escopo feature-00c. Nao toma decisoes — orquestrador-pai (agente-00c-feature-orchestrator) media comunicacao com answerer.
Command
Aborta manualmente a execucao corrente do agente-00C no projeto-alvo. Marca status como abortada, gera relatorio final, commit local. Idempotente.
Command
Retoma execucao 00C apos pausa por bloqueio humano ou schedule entre ondas. Valida hash de integridade (FR-029), aplica resposta a bloqueios pendentes, delega proxima onda ao agente-00c-orchestrator.
Command
Inicia execucao do orquestrador autonomo agente-00C sobre um projeto-alvo. Cria state em /.claude/agente-00c-state/ e delega pipeline SDD ao agente-00c-orchestrator.
Command
Aborta manualmente feature-00c para um short-name. SIGTERM + grace period 60s para persistir state; force-acquire do lock como fallback (FR-025). Marca abortada, gera relatorio parcial, commit local. Idempotente.