Carlos David Williams Ricardo
Community@CarlosWilliamsR
Computer Science Engineer - UAH Business Administrator - UJMV Stack: HTML5, CSS3, JavaScript│ Backend: Java, Python Correo: [email protected]
Agent Skills by Carlos David Williams Ricardo
Showing 25 vetted skills indexed across 1 GitHub repositories.
sdd-spec
Writes SDD delta specifications with RFC 2119 requirements and Given/When/Then scenarios.
sdd-onboard
Guides users through a complete spec-driven development cycle on their real codebase.
cognitive-doc-design
Structures documentation to reduce cognitive load for readers and reviewers.
systemic-issue-triage
Classifies bug reports by root cause and batches fixes that shrink the codebase.
rdd-defect-workflow
Guides receipt-driven defect workflows with issue gates, evidence receipts, and delivery validation.
skill-improver
Audit and refactor SKILL.md files against an LLM-first style guide.
sdd-propose
Creates structured SDD change proposals with intent, scope, capabilities, and rollback plans.
sdd-archive
Archives completed SDD changes by syncing delta specs into main specs and moving change folders.
sdd-init
Initialize SDD project context, testing capabilities, and skill registry with Engram or OpenSpec persistence.
chained-pr
Split oversized pull requests into chained review slices with dependency diagrams.
comment-writer
Write warm, direct collaboration comments for PRs, issues, and reviews.
work-unit-commits
Plan git commits as reviewable work units with tests, docs, and rollback boundaries.
go-testing
Write table-driven Go tests, Bubbletea teatest flows, and golden file assertions.
sdd-design
Generates technical design documents with architecture decisions, data flow, and file changes for SDD changes.
skill-creator
Creates LLM-first skill units with valid frontmatter and structured instruction sections.
sdd-apply
Implements SDD change tasks from specs and design with optional strict TDD enforcement.
sdd-verify
Verify SDD change implementations by executing tests and comparing results against specs, design, and tasks.
skill-registry
Indexes available skills by trigger and path into a registry file.
sdd-tasks
Generates phased implementation task breakdowns from SDD proposals, specs, and design documents.
branch-pr
Creates GitHub pull requests with issue linkage, branch naming rules, and conventional commits.
_shared
Stores shared SDD reference documents for persistence, status, and review contracts.
sdd-explore
Investigates codebases and compares implementation approaches for spec-driven development exploration.
judgment-day
Runs blind dual-judge adversarial code review with bounded fix and re-judgment rounds.
issue-creation
Create and triage GitHub issues using repository-discovered templates, labels, and privacy sanitization.
Frequently Asked Questions About Carlos David Williams Ricardo
FAQPage SchemaWhat tasks can I perform with Carlos Williams Ricardo's skill set?▼
You can run the complete SDD lifecycle (init, explore, propose, spec, design, tasks, apply, verify, archive), create and triage GitHub issues, split oversized PRs into chained slices, write collaboration comments, apply Go testing patterns, and author or audit LLM-first skills.
Who are these skills designed for?▼
Software engineers and maintainers practicing spec-driven development on real codebases, especially teams managing large pull requests, issue backlogs, and Go test suites. Several SDD skills are delegate-only and triggered by an orchestrator rather than invoked directly by users.
How do the SDD skills run in practice?▼
The orchestrator launches each phase: sdd-init sets up context, registry, and persistence; sdd-explore and sdd-propose shape the change; sdd-spec, sdd-design, and sdd-tasks plan it; sdd-apply implements; sdd-verify runs tests proving spec compliance; sdd-archive syncs delta specs.
What licenses cover these skills and is there any cost?▼
All 25 skills are open source at no cost. The SDD lifecycle skills and skill-registry use the MIT license, while review, triage, documentation, testing, and skill-authoring skills use Apache-2.0. Authorship is attributed to gentleman-programming / Alan-TheGentleman.
What prerequisites or dependencies do these skills require?▼
Skills operate on an existing codebase with Git and GitHub for issue and PR operations. Go testing and gentle-ai-bench require a Go environment, noting that go test ./bench alone never proves driven execution. SDD skills require orchestrator delegation since they are not user-invocable.