Commit graph

128 commits

Author SHA1 Message Date
Fred Amaral
563de9a6a5
feat(deck): add skill to scaffold Lerian-branded presentations
feat(systemplane): refactor migration skill for lib-commons v5 API
docs(plugin): update skill counts and keywords for new deck skill
chore(plans): remove obsolete caching and dev-cycle plan documents
2026-04-19 21:07:19 -03:00
Fred Amaral
252934dc27
refactor(hooks): remove periodic context re-injection hook
The `claude-md-reminder.sh` hook, which triggered on `UserPromptSubmit`,
is removed to simplify the system and reduce token overhead.

The hook was designed to combat context drift by periodically
re-injecting core instruction files like `CLAUDE.md` into the prompt.
This strategy proved to be too costly in terms of tokens and added
unnecessary noise to the context.

Removing this hook simplifies the developer workflow. For example, the
process for updating the code reviewer pool is now a simpler seven-step
process instead of eight.

All related configuration in `hooks.json` and documentation in
`ARCHITECTURE.md` and `CLAUDE.md` are updated to reflect this removal.
2026-04-18 20:41:28 -03:00
Fred Amaral
69eac7af1f
docs(claude-md): add reviewer-pool eight-file sync rule
Adds Rule #8 documenting the mandatory propagation path when adding or removing reviewers in the ring:codereview pool. Born from the 2026-04-18 dogfood where adding performance-reviewer left 7+ files stale, and adding multi-tenant + lib-commons cascaded into ~65 stale references across 22 files.

X-Lerian-Ref: 0x1
2026-04-18 20:18:16 -03:00
Fred Amaral
14d84dbaa0
feat(review): add multi-tenant and lib-commons agents to review cycle
docs: align all documentation with the new 10-reviewer workflow
docs(lib-commons): update skill to reflect major v5.0.2 release
chore(hooks): tune context reminder hook to reduce token consumption
2026-04-18 19:32:16 -03:00
Fred Amaral
495f110b77
fix(dev-cycle): resolve stale Gate 0.5 refs and strip meta-narration
Cross-reference audit after v1.56.0 found stale references to the removed Gate 0.5 dispatch. Critical: validate-gate-progression.sh was reading .delivery_verification.status from TASK level (no longer populated), firing false errors on every real cycle. Now reads subtask-level .gate_progress.implementation.delivery_verified. dev-cycle/SKILL.md self-description (frontmatter, overview, cannot-skip block) updated from "11 gates (0→0.5→1→...→9)" to the three-cadence model. using-dev-team marks ring:dev-delivery-verification DEPRECATED. dev-refactor-frontend artifact description swaps "1:1 mapped" for clustering.

Public docs (CLAUDE.md, README.md, WORKFLOWS.md) updated to describe subtask/task/cycle cadence instead of old per-unit linear flow. file-size-enforcement.md dispatch point corrected from Gate 0.5 to Gate 0 exit criteria (ring:dev-implementation Step 7).

Stripped meta-narration markers ("since R4", "formerly Gate 0.5", "since Prancy Bentley speedup", "absorbed from former...") from skill bodies. Skills describe current behavior; edit history lives in CHANGELOG and git log, not in agent context.

X-Lerian-Ref: 0x1
2026-04-17 22:06:35 -03:00
Fred Amaral
2712c23e2d
docs: sync plugin counts and add performance-reviewer as 8th codereview reviewer
Sweep all documentation to match filesystem ground truth:
- ring-default: 22→23 skills (added pr-review-multi-source)
- ring-dev-team: 31→33 skills (added dev-licensing, dev-verify-code), 12→13 agents (added performance-reviewer)
- ring-pm-team: 15→16 skills (added deep-doc-review)
- Total: 90→94 skills, 38→39 agents

Add ring:performance-reviewer as 8th parallel codereview reviewer across
codereview SKILL.md (dispatch block, state, metrics, verdicts, anti-rationalization)
and all documentation (CLAUDE.md, README.md, MANUAL.md, ARCHITECTURE.md).

Fix ARCHITECTURE.md finops/tw-team skill count swap in ASCII diagram.
Fix codereview metrics bug (X/6→X/8).
Remove phantom skill references (verification-before-completion, root-cause-tracing) from MANUAL.md.

X-Lerian-Ref: 0x1
2026-04-14 13:31:29 -03:00
Fred Amaral
ab51bb055a
docs: update documentation for zero-commands architecture and project identity
Update all counts (90 skills, 38 agents, 0 commands), add Lerian-first
open-source-friendly identity statement to README, remove commands sections
from MANUAL and ARCHITECTURE, update marketplace.json descriptions.

Generated-by: Claude
AI-Model: claude-opus-4-6
2026-04-12 10:14:20 -03:00
Fred Amaral
428b50c541
feat(dev-team): add skills for readiness, security, and llms.txt
feat(pm-team): add skill for Lerian Map platform integration
feat(installer): add support for pi-coding-agent to expand ecosystem
refactor(installer): remove Cursor and Cline support to simplify maintenance
docs: update skill counts to 93 and document new skills
refactor(skill): simplify name of lerian-map-management skill
style(skill): improve conciseness of dev-multi-tenant description
2026-04-06 16:03:21 -07:00
Fred Amaral
fa6c4c87e8
docs(frontmatter): create canonical schema to standardize component metadata
feat(hooks): add schema validator and enhance skill generation
refactor(*): align all components with the new frontmatter schema
refactor(commands): replace arguments object with simple argument-hint
refactor(agents): remove invalid version field from agent frontmatter
test(hooks): add unit tests for frontmatter validation and generation
2026-04-06 09:52:28 -07:00
Jefferson Rodrigues
635b15cb19
fix(standards): enforce zero panic policy across all standards and agents (#277)
Replace all 13 panic() positive examples with return error patterns, close the bootstrap exception loophole, resolve os.Exit() contradiction in domain.md, fix InitServers() caller to handle (*Service, error), update License Manager guidance to return error instead of panic, make grep commands recursive with regexp.MustCompile exclusion, and add post-generation self-checks to prevent agents from generating panic/log.Fatal/Must* code.

X-Lerian-Ref: 0x1
2026-03-23 13:47:31 -03:00
Fred Amaral
71ddf5bd76
docs: sync all documentation to actual codebase state (89/38/33)
Full sweep of README.md, ARCHITECTURE.md, MANUAL.md, and CLAUDE.md
to match actual skill/agent/command counts. Previously documented as
83-84 skills / 37 agents / 32 commands; actual codebase has 89 skills
/ 38 agents / 33 commands. Added missing entries for helm-engineer
agent, migrate-v4 command, and 6 undocumented skills across default
and dev-team plugins.

Generated-by: Claude
AI-Model: claude-opus-4-6
2026-03-22 15:34:46 -03:00
Fred Amaral
2147c622ad
feat(skill): add systemplane-migration skill to dev-team
Introduces the new `ring:systemplane-migration` skill. This skill
serves as a comprehensive guide for migrating Go services from static
`.env`/YAML configurations to the database-backed, hot-reloadable
systemplane.

This change is necessary to create a canonical, step-by-step
methodology for a complex architectural upgrade. It ensures migration
consistency and provides developers with a detailed playbook.

The skill counts in the main `CLAUDE.md` documentation are updated to
reflect this addition.
2026-03-22 13:09:59 -03:00
Fred Amaral
35508110d3
feat(review): introduce review slicing for large pull requests
Large pull requests suffer from context pollution, where automated
reviewers must process many unrelated files. This dilutes focus, leading
to shallower analysis and degraded review quality.

This commit introduces Review Slicing to solve this problem by improving
review depth for large, multi-themed changes.

A new orchestrator agent, `ring:review-slicer`, is introduced. It uses a
deterministic heuristic (based on file count and directory span) to
decide whether to slice a PR. For large PRs (e.g., 15+ files), it
classifies changed files into thematic slices. For small PRs, the
standard review process is used, adding no overhead.

The core review skill and command now dispatch all seven reviewers in
parallel for each slice, providing them with a focused, scoped diff.
A new consolidation step then merges and deduplicates findings from all
slices into a single report, identifying "cross-cutting concerns" that
appear across multiple slices and may signal architectural issues.
2026-03-10 18:35:48 -03:00
Fred Amaral
c1d4fe6d45
feat(review): add dead-code-reviewer agent for orphan detection
Introduces a new parallel reviewer, `ring:dead-code-reviewer`, to
systematically identify orphaned code resulting from changes. This
enhances codebase hygiene by detecting unused helpers, types, and
tests, thereby reducing technical debt and improving maintainability.

The parallel code review system is expanded from 6 to 7 concurrent
reviewers. All related workflows, skills, commands, and documentation
have been updated to integrate this new capability.

- Add the `ring:dead-code-reviewer` agent, which analyzes code across
 three concentric rings (target, direct dependents, ripple effect) to
 find unreachable code.
- Update the `/ring:codereview` command and `ring:requesting-code-review`
 skill to dispatch all 7 reviewers in a single parallel step.
- Adjust project documentation, including architecture diagrams, manuals,
 and agent guides, to reflect the 7-reviewer workflow.
2026-03-09 21:17:22 -03:00
Fred Amaral
cdec509d83
refactor(session): replace custom handoff workflow with native Plan Mode
feat(default): add session-handoff skill to enable seamless context resume
refactor(arch): move complex orchestration from commands into skills
feat(pm-team): add orchestrator skills for pre-dev planning workflows
feat(dev-team): add skill to manage development cycle state (status/cancel)
feat(default): add skill to formalize git commit generation process
refactor(default): prune granular skills to focus core library on workflows
fix(pmo-team): align pmo-retrospective skill name with ring convention
docs: update all documentation to reflect major skill refactoring
2026-03-09 07:24:07 -03:00
Gandalf
215715b4a1
docs: sync root .md files with actual codebase counts
Update skill, command, and agent counts across all documentation:
- default: 26→27 skills (added drawing-diagrams), 13→15 commands (added diagram, visualize)
- dev-team: 21→23 skills (added dev-delivery-verification, dev-service-discovery), 7→8 commands (added dev-service-discovery)
- Total: 83→86 skills, 30→33 commands, 35 agents (unchanged)

Fix dev-cycle gate count: standardize to '10 gates' (Gates 0-9 with Gate 0.5 as sub-gate) matching SKILL.md source of truth

Remove broken doc links: docs/platforms/ and docs/plans/ directories don't exist

Update marketplace.json plugin descriptions with correct counts

Generated-by: Gandalf
AI-Model: claude-opus-4
2026-03-07 20:10:56 -03:00
Jefferson Rodrigues
278d816b2b
refactor(skills): move multi-tenant from Gate 0.5 to post-cycle step in dev-cycle
Move multi-tenant adaptation from per-unit Gate 0.5 (between implementation and devops) to a post-cycle step (after all units complete and deferred tests pass). This separates concerns: dev-cycle focuses on single-tenant business logic through 10 gates, then ring:dev-multi-tenant runs once at the end with its own tests and review for MT-specific changes. Update all references across dev-cycle, dev-implementation, dev-refactor, using-dev-team, dev-cycle.md command, and CLAUDE.md.

X-Lerian-Ref: 0x1
2026-03-02 09:45:27 -03:00
Fred Amaral
7137b4522c
docs: update skill counts and dev-cycle workflow in documentation
Reflects the addition of two new skills to the `ring-dev-team` plugin.
The total number of skills is increased from 81 to 83.

The `dev-cycle` workflow is now an 11-gate process, updated from the
previous 10-gate structure. All references in ARCHITECTURE.md,
CLAUDE.md, MANUAL.md, and README.md have been updated to maintain
documentation accuracy and consistency with the new features.
2026-03-01 13:56:27 -03:00
Jefferson Rodrigues
9a306b9d77
feat(skills): add Gate 0.5 multi-tenant adaptation to 11-gate dev-cycle
Add Gate 0.5 between Implementation (Gate 0) and DevOps (Gate 1) that delegates to ring:dev-multi-tenant with scoped context. Two modes: SCOPED (MT infra compliant — adapt only new files) and FULL (MT missing or non-compliant — run complete cycle). Replace inline MT enforcement with lean detection + compliance audit. Remove MT responsibility from dev-implementation (Gate 0 now single-tenant only). Update all references from 10-gate to 11-gate across CLAUDE.md, commands, and using-dev-team.

X-Lerian-Ref: 0x1
2026-03-01 03:14:33 -03:00
Fred Amaral
44f72ee6a3
feat(review): add consequences-reviewer to parallel code review
Code reviews that focus only on changed files can miss how those
changes break other parts of the codebase. Callers, contract
consumers, and dependent modules can be inadvertently affected, leading to
bugs that are difficult to detect in a localized review.

This commit introduces a new agent, `ring:consequences-reviewer`, to
systematically trace these "ripple effects." Its purpose is to analyze
the downstream impact of code changes by walking caller chains and
verifying consumer contracts.

The core parallel code review workflow, orchestrated by the
`/ring:codereview` command, now dispatches six agents in parallel
instead of five. All related documentation, skills, and agent prompts
have been updated to reflect this more robust 6-reviewer process.
2026-02-20 17:18:33 -03:00
Fred Amaral
2687512a08
docs: add visual-explainer skill and md-to-html command
Adds documentation for the new `visual-explainer` skill and its
corresponding `/ring:md-to-html` command to the `ring-default` plugin.

This change updates component counts (skills, commands) across all
documentation files including README, ARCHITECTURE, and MANUAL.
The purpose is to ensure all documentation is accurate and consistent
with the current codebase, making the new feature discoverable.
2026-02-20 12:20:50 -03:00
Fred Amaral
ecb36edaf7
docs(frontend): add dedicated frontend development and QA workflows
To provide a specialized process for frontend development, this commit
introduces a dedicated frontend development cycle, agent, and commands.
This new workflow is distinct from the backend-focused dev-cycle and
enforces critical quality gates specific to the frontend, such as
accessibility, visual regression, and performance testing.

The `dev-team` plugin is expanded with the following:
- A new `qa-analyst-frontend` agent for specialized UI/UX testing.
- New commands: `/ring:dev-cycle-frontend` and
 `/ring:dev-refactor-frontend`.
- Six new skills to support the frontend workflow gates.

Additionally, component counts and descriptions are updated across all
documentation (README, MANUAL, ARCHITECTURE) to reflect these additions
and other minor changes, such as the expanded scope of the
`production-readiness-audit` skill.
2026-02-20 07:32:09 -03:00
Jefferson Rodrigues
3908c3bf7d
fix(default): normalize enforcement words to sentence start in CLAUDE.md
X-Lerian-Ref: 0x1
2026-02-13 10:28:49 -03:00
Jefferson Rodrigues
f38170cccf feat(dev-refactor-frontend): add frontend codebase refactoring skill
Adds ring:dev-refactor-frontend skill and /ring:dev-refactor-frontend command for analyzing frontend codebases against Ring standards. Dispatches 5-7 frontend-specific agents in ANALYSIS mode, maps findings to 9-gate frontend cycle gate escapes, and hands off to ring:dev-cycle-frontend.

X-Lerian-Ref: 0x1
2026-02-10 23:21:30 -03:00
Jefferson Rodrigues
4c5e7efbab
chore: update counts and documentation for frontend dev cycle
Update CLAUDE.md totals (79 skills, 34 agents, 28 commands), marketplace.json version bump to 1.9.0, and using-dev-team skill with frontend cycle documentation, corrected agent counts, and new skills/commands lists.

X-Lerian-Ref: 0x1
2026-02-10 22:42:04 -03:00
Fred Amaral
7fd01e41f7
feat(workflows): expand code review and dev-cycle with advanced testing
The parallel code review process expands from 3 to 5 reviewers to
enhance code quality. This introduces `ring:test-reviewer` and
`ring:nil-safety-reviewer` to provide deeper analysis of test coverage
and null safety patterns, improving overall reliability.

The `dev-cycle` workflow is upgraded from a 6-gate to a 10-gate process,
incorporating a sophisticated suite of automated testing gates:
- Unit Testing (Gate 3)
- Fuzz Testing (Gate 4)
- Property-based Testing (Gate 5)
- Integration Testing (Gate 6)
- Chaos Testing (Gate 7)

This change establishes a much higher standard for testing and ensures
features are more resilient and production-ready.

Finally, new agents and commands are added to the PMO and Product plugins
to support delivery tracking, design validation, and reporting, further
extending the system's capabilities across the development lifecycle.
All documentation is updated to reflect these enhancements.
2026-02-09 21:05:41 -03:00
Augusto de Alvarenga Mesquita
1de228e799
Merge branch 'main' into feature/ring-frontend-definitions 2026-02-09 17:52:33 -03:00
Augusto Alvarenga
a9f7d6609d
Merge branch 'main' into feature/ring-frontend-definitions 2026-02-09 11:10:47 -03:00
Fred Amaral
a22f7fc3f7
Revert "docs: update prose and examples to use ring- format"
This reverts commit b69a16c405.
2026-02-09 09:32:25 -03:00
Fred Amaral
b69a16c405
docs: update prose and examples to use ring- format
Transform all user-facing Ring component references from colon-based
notation (ring:) to a standardized hyphen-based format (ring-).

This change affects skill names, agent names, and slash commands in all
documentation, guides, and examples. The goal is to create a consistent
and user-friendly namespace that is easier to read and type.

For example:
- Skill/Agent references like `ring:code-reviewer` become `ring-code-reviewer`
- Slash commands like `/ring:codereview` become `/ring-codereview`

The colon-based format (`ring:`) is intentionally preserved in YAML
frontmatter (`name: ring:skill-name`) for internal metadata, separating
the user-facing display name from the internal tooling identifier.
2026-02-08 22:26:17 -03:00
jota
d27bf19e7f
fix(pm): resolve merge conflicts with main
Combine delivery-planning (5/10 gates) with delivery-status (12 skills, 3 commands):
- using-pm-team: 12 skills, 5/10 gates, includes both features
- CLAUDE.md: 68 skills total, 12 pm-team skills, 3 commands
- marketplace.json: 10-gate system + delivery tracking, v0.13.0

Resolves conflicts by combining both feature sets.
2026-02-08 00:22:45 -03:00
jota
d51b66a113 fix(pm): correct command count and skill references
- CLAUDE.md: Total commands 27→26 (arithmetic: 12+5+3+3+0+3=26)
- delivery-status.md: Remove bold from enforcement phrase
- delivery-status-tracking: Fix skill reference (/ring:delivery-planning → ring:pre-dev-delivery-planning)

Addresses CodeRabbit feedback.
2026-02-08 00:05:02 -03:00
jota
a500869f76 feat(pm): add delivery status tracking for evidence-based progress reporting
Add delivery status tracking skill and command for analyzing actual vs planned progress with repository evidence.

Key features:
- Flexible inputs (file path, GitHub URL, document link, paste content)
- Comprehensive repository scan (ALL branches, commits, PRs, releases)
- Intelligent task matching (pattern + semantic analysis)
- Specialized agent dispatch (per project type: Go, Frontend, Full-stack)
- Scope-based completion calculation (via code analysis, not estimates)
- Evidence-backed reporting (GitHub links for all metrics)
- Insights extraction (velocity trends, bug rate, review time, code patterns)

Output: docs/pre-dev/{feature}/delivery-status-{date}.md
2026-02-08 00:05:02 -03:00
jota
5f5f1fa749
fix(pm): update all gate count references to 5/10 gates
- CLAUDE.md Common Commands: 4→5 gates, 9→10 gates
- CLAUDE.md Key Workflows table: 4→5, 9→10
- marketplace.json top-level: 9-gate→10-gate pre-dev system

Addresses CodeRabbit feedback on remaining count inconsistencies.
2026-02-07 21:01:09 -03:00
jota
f78b90dd24
fix(pm): correct skill count and gate references
- Fix CLAUDE.md total sum: 25+9+11+9+6+7 → 25+9+11+8+7+7 (= 67)
- Update marketplace.json: 10 skills → 11 skills, 9-gate → 10-gate
- Fix pre-dev-feature.md: 4-gate workflow → 5-gate workflow
- Fix pre-dev-full.md: 9-gate workflow → 10-gate workflow

Addresses CodeRabbit feedback on count inconsistencies.
2026-02-07 20:54:37 -03:00
jota
18bd264209
feat(pm): add delivery planning gate to pre-dev workflows
Add mandatory delivery planning gate (Gate 9 for full track, Gate 4 for small track) that creates realistic roadmaps with timeline, critical path analysis, and resource allocation.

Key features:
- Flexible delivery cadence (sprint/cycle/continuous)
- Customizable velocity multiplier (default 0.6x AI, 1.0x traditional)
- Period boundary calculation with spill over detection
- Critical path analysis and parallelization opportunities
- Resource allocation and risk milestones
- Gantt-style timeline visualization
2026-02-07 20:42:17 -03:00
Jefferson Rodrigues
4c3d0707db docs: update dev-cycle to 7-gate model with optional Gate 3.5
Updates documentation to reflect the 7-gate development cycle model:
- CLAUDE.md: Update slash command and workflow table descriptions
- dev-cycle/SKILL.md: Change header from 6-gate to 7-gate orchestrator
- WORKFLOWS.md: Update Development Cycle section to 7-gate with Gate 3.5 listed

Gate 3.5 (integration-testing) is optional and runs when external dependencies or integration scenarios exist.

X-Lerian-Ref: 0x1
2026-02-06 19:34:26 -03:00
Jefferson Rodrigues
c484ab879f docs: update root documentation with production standards
Add production-readiness-audit to skill references, update dev-cycle command documentation, and add standards-coverage-table references.

Updated files:
- CLAUDE.md: Add dev-cycle command to slash commands
- README.md: Add production-readiness-audit to audit skills section
- MANUAL.md: Add production-readiness-audit example to skills list
- docs/WORKFLOWS.md: Add dev-cycle workflow reference
- docs/PROMPT_ENGINEERING.md: Add standards-agent synchronization pattern

X-Lerian-Ref: 0x1
2026-02-06 19:33:39 -03:00
Augusto de Alvarenga Mesquita
b5efda8269 fix(dev-team): align BFF patterns with product-console structure
- Change `dtos/` to `dto/` (singular) matching product-console
- Move `controllers/` inside `http/` directory
- Update all code examples in typescript.md standards
- Fix marketplace.json URLs for finops-team plugin
- Add ring: prefix to PMO agents
- Update agent counts across documentation (29→32)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 19:22:58 -03:00
Augusto de Alvarenga Mesquita
3057122ca2 feat(pm-team): add design validation gate to pre-dev workflow
Add new gate (1.5/2.5) that validates UX specifications are complete
before proceeding to technical architecture. This prevents incomplete
designs from causing implementation rework.

Changes:
- Create ring:pre-dev-design-validation skill with 6-section checklist
- Update pre-dev-feature command (4 gates -> 5 gates)
- Update pre-dev-full command (9 gates -> 10 gates)
- Update CLAUDE.md skill counts (65 -> 66 total, pm-team 10 -> 11)

The validation gate checks:
- Wireframe completeness (ASCII prototypes, components, routes)
- UI states coverage (loading, error, empty, success)
- Accessibility specifications
- Responsive specifications
- User flow completeness (happy path + error paths)
- Content specifications (labels, error messages, CTAs)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-05 14:40:32 -03:00
Fred Amaral
269c3e957b
feat(finops): add infrastructure cost estimation skill and agent
Expands the FinOps plugin to include cost management, which is a core
pillar of the discipline. This provides users with a new capability to
plan and optimize infrastructure spending.

This change introduces the `infrastructure-cost-estimator` agent and
its corresponding `infrastructure-cost-estimation` skill. All project
documentation is updated to reflect the new agent, skill, and the
incremented total counts.
2026-02-04 18:44:54 -03:00
Fred Amaral
4c14bcf72e
docs(CLAUDE.md): remove model requirement rules
Remove Section 6 (Agent Model Requirements) and update Agent Modification

Verification checklist. Model selection is now delegated to orchestrators

via Task tool invocation.

X-Lerian-Ref: 0x1
2026-02-04 18:14:25 -03:00
Fred Amaral
da2e323a66
feat(pmo): introduce ring-pmo-team plugin for portfolio management
The existing ring-pm-team focuses on single-feature planning. This
leaves a gap in portfolio-level coordination, governance, and
executive reporting.

This commit adds the 'ring-pmo-team' plugin to provide macro-level
strategic oversight for managing a portfolio of multiple projects. It
complements the feature-focused teams, completing the value chain from
portfolio strategy to code execution.

Key additions include:
- 5 specialist agents for portfolio, resource, risk, governance, and
 executive reporting functions.
- 8 skills with frameworks for planning, allocation, and analysis.
- 3 slash commands to initiate common PMO workflows.
- A 'shared-patterns' library to enforce consistency across skills.

The plugin is registered in the marketplace, and all documentation and
installation scripts are updated to reflect this new addition and the
corresponding increase in total agents, skills, and commands.
2026-01-23 00:25:38 -03:00
Fred Amaral
9519ef18c4
feat(skill): add production-readiness-audit for automated readiness checks
docs: update skill counts to reflect addition of the new skill
docs(webinar): add outline for a webinar on building AI plugins
2026-01-21 10:36:00 -03:00
Fred Amaral
ba0983d437
docs: fix component counts and add missing documentation
- Correct totals: 56 skills, 24 agents, 22 commands
- Fix ring-default: 24 skills, 7 agents, 12 commands
- Add missing agents: test-reviewer, nil-safety-reviewer
- Add missing commands: interview-me, release-guide
- Fix typo: ring:dev-ring:sre -> ring:dev-sre
- Fix broken reference to non-existent docs/platforms/
- Update reviewer count from 3 to 5 in workflows

X-Lerian-Ref: 0x1
2026-01-19 20:16:58 -03:00
Fred Amaral
d96d40c3a7
refactor: enforce unified ring: namespace across all components
Updates all Ring component references to use the ring: prefix consistently. This applies to commands (/ring:*), skills (ring:*), and agents (ring:*) throughout documentation, command files, and skill files.

Updated counts: 56 skills (was 59), 24 agents (was 22), 22 commands (was 23). Fixed 20+ skill references and 15+ command references missing the ring: prefix.

Files updated: CLAUDE.md, README.md, MANUAL.md, command definitions, skill files, and agent documentation.

X-Lerian-Ref: 0x1
2026-01-15 00:08:25 -03:00
Fred Amaral
6309c51213
refactor(core): prefix all components with 'ring:' for a unified API
feat(codereview): add data-flow and context-compilation analysis tools
2026-01-14 03:10:38 -03:00
Fred Amaral
272aa12556
feat(codereview): implement phase 3 for call graph analysis
feat(codereview): add call graph analyzers for Go, TS, and Python
feat(codereview): add JSON output and markdown impact summary report
docs(codereview): add handoff documents for phase 2 and 3
test(codereview): add unit and integration tests for call graph feature
refactor(*): standardize all agent and skill names with `ring:` prefix
docs(*): update all documentation to use new `ring:` prefix for names
2026-01-14 02:18:46 -03:00
Fred Amaral
67e5677a4e
refactor(plugins): unify namespace and archive legacy teams
This commit restructures the plugin ecosystem to improve maintainability,
simplify component invocation, and focus on high-value domains.

Key changes:
- **Unified Namespace:** All component invocations are standardized to the
 `ring:{component}` format, replacing the verbose `ring-{plugin}:...`
 prefix. This simplifies usage and abstracts the internal plugin
 structure.

- **Archive Legacy Plugins:** The `finance-team`, `ops-team`, `pmm-team`,
 and `pmo-team` plugins are moved to a new `.archive` directory.
 These plugins contained complex, outdated patterns and are now
 preserved for historical reference only.

- **Introduce FinOps Plugin:** A new, highly-focused `finops-team` plugin
 is added to handle Brazilian financial regulatory compliance (BACEN,
 RFB), consolidating critical functionality into a more focused package.

- **Update Documentation:** Core documentation (`ARCHITECTURE.md`,`README.md`,
 `CLAUDE.md`, `MANUAL.md`) and the plugin marketplace are updated to
 reflect the new structure and unified namespace.
2026-01-12 14:54:27 -03:00
Fred Amaral
7440d77091
refactor(marketplace): archive 5 non-core plugins to simplify focus
This major refactoring archives 5 non-core plugins to simplify the
project's focus and reduce maintenance overhead. The goal is to
concentrate on the primary software delivery value chain: Product
Planning -> Development -> Documentation.

The following plugins have been moved to the `.archive/` directory:
- ring-finance-team
- ring-finops-team
- ring-ops-team
- ring-pmm-team
- ring-pmo-team

This change reduces the number of active plugins from 9 to 4.

Key changes include:
- Updating `.claude-plugin/marketplace.json` to remove archived plugins.
- Updating all top-level documentation (README, ARCHITECTURE, MANUAL) to
 reflect the new, focused set of 4 plugins.
- Deleting obsolete development plans and handoffs associated with the
 archived plugins.
- Removing cross-plugin references from the remaining active plugins.
- Updating the installer script to remove mentions of archived plugins.

By archiving this code instead of deleting it, we preserve the work
for future reference while cleaning up the active codebase.
2026-01-12 14:24:45 -03:00