Commit graph

8 commits

Author SHA1 Message Date
Jefferson Rodrigues
675a4e3029
feat(standards): add TOC to all standards files and improve skill execution
- Add Table of Contents to devops.md, frontend.md, golang.md, sre.md, typescript.md
- Update CLAUDE.md with Four-File Update Rule and TOC maintenance guidelines
- Add checklist for adding/removing sections in standards files
- Improve dev-refactor skill to use Skill tool for dev-cycle handoff
- Add anti-rationalization patterns for gate execution shortcuts
- Add Execution Report sections to dev-cycle, dev-feedback-loop, dev-refactor
- Extract gap tracking rationalizations to shared-anti-rationalization.md

Generated-by: Claude
AI-Model: claude-opus-4-5-20251101
2025-12-17 12:47:03 -03:00
Jefferson Rodrigues
228a79cb20
refactor: rename shared-patterns files with semantic prefixes
- Rename execution-report.md to output-execution-report.md
- Rename anti-rationalization.md to shared-anti-rationalization.md
- Rename orchestrator-principle.md to shared-orchestrator-principle.md
- Rename pressure-resistance.md to shared-pressure-resistance.md
- Rename red-flags.md to shared-red-flags.md
- Rename tdd-prompt-templates.md to template-tdd-prompts.md
- Update all references across skills, agents, and documentation

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
2025-12-15 19:22:07 -03:00
Jefferson Rodrigues
80d519009f
refactor(dev-team): remove metrics/alerting, add all agents to orchestrator
- Remove Prometheus metrics from SRE scope (focus on logging, tracing, health checks)

- Remove metrics section from sre.md and devops.md standards

- Update orchestrator-principle.md with all 22 agents across 5 plugins

- Add Agent Selection Guide and Red Flags sections

- Fix commands to load skills instead of duplicating workflow steps

- Update observability references from 'logs, traces, metrics' to 'logs, traces'

Generated-by: Claude
AI-Model: claude-opus-4-5-20251101
2025-12-13 21:59:52 -03:00
Jefferson Rodrigues
f9b5902711
refactor(dev-team): streamline DevOps standards and add subsection requirements
Remove Kubernetes, CI/CD, and SLO Targets sections from devops.md to focus on core infrastructure patterns (Containers, Helm, Observability, Security).

Update SRE agent to remove references to non-existent standards sections (Metrics, Alerting Rules, SLI/SLO Definitions).

Strengthen standards-coverage-table.md with HARD GATE requirements ensuring ALL subsections (including Docker Compose) are checked during analysis.

Generated-by: Claude
AI-Model: claude-opus-4-5-20251101
2025-12-13 18:26:02 -03:00
Jefferson Rodrigues
751eab0059
refactor(dev-team): remove endpoint requirements and add auto-triggered standards compliance
Remove /health, /ready, /metrics endpoint requirements from SRE validation:
- Gate 2 now requires structured logging and tracing only
- Endpoints removed from skills, agents, and standards docs
- Reduces infrastructure coupling for simpler services

Add AUTO-TRIGGERED Standards Compliance to 8 agents:
- Detects MODE: ANALYSIS ONLY in dispatch prompt
- Auto-triggers WebFetch of Ring standards + comparison table
- HARD GATE enforcement when triggered
- Optional for direct implementation tasks

Generated-by: Claude
AI-Model: claude-opus-4-5-20251101
2025-12-12 04:31:31 -03:00
Jefferson Rodrigues
a3607f2fac
refactor(dev-team): rename STANDARDS.md to PROJECT_RULES.md
Rename project standards file and update all references across 19 files:
- Skills: dev-analysis, dev-implementation, using-dev-team
- Commands: dev-cycle, dev-refactor
- Agents: all 9 developer agents
- Docs: standards/*.md

Generated-by: Claude
AI-Model: claude-opus-4-5-20251101
2025-12-04 12:25:22 -03:00
Jefferson Rodrigues
175fa4a044
fix(dev-team): translate standards to English and fix gate numbering
- Translate all Portuguese content to English in STANDARDS.md and language-specific standards (golang, typescript, python, frontend, devops)
- Fix incorrect gate references in dev-devops-setup skill (Gate 3/4 → Gate 0/1)

Generated-by: Claude
AI-Model: claude-opus-4-5-20251101
2025-12-03 23:44:17 -03:00
Jefferson Rodrigues
85df0931a3
feat(dev-team): add language standards with DDD and update agents
Create per-language standards files with DDD patterns:
- golang.md: Go error handling, testing, DDD implementation
- typescript.md: Strict config, branded types, DDD patterns
- python.md: Pydantic, async, DDD with dataclasses
- frontend.md: React patterns, typography, animation
- devops.md: Terraform, Kubernetes, CI/CD, observability

Update all 10 agents with 'Handling Ambiguous Requirements' section
that references standards files before asking questions.

Consolidate development cycle skills by removing merged gates
(dev-analysis, dev-design, dev-import-tasks) into main workflow.

Generated-by: Claude
AI-Model: claude-opus-4-5-20251101
2025-12-03 23:01:47 -03:00