Andres D. Paladines
Community@AD-Paladins · Deerfield Beach
Andres D. Paladines maintains a spec-driven development skill suite covering SDD change lifecycles, pull request hygiene, Go testing, and documentation design.
Agent Skills by Andres D. Paladines
Showing 22 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.
skill-improver
Audit and refactor existing 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 merging delta specs into main specs.
sdd-init
Initialize SDD project context, testing capabilities, and skill registry with persistence.
chained-pr
Splits oversized pull requests into chained or stacked PRs with dependency diagrams and review budgets.
comment-writer
Write warm, direct collaboration comments for PRs, issues, reviews, and Slack messages.
work-unit-commits
Plan commits as reviewable work units with tests, docs, and rollback boundaries.
go-testing
Applies focused Go testing patterns for unit tests, Bubbletea TUIs, and golden files.
sdd-design
Creates 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 contracts.
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 designs.
branch-pr
Creates GitHub pull requests with issue linkage, branch naming rules, and label validation.
_shared
Stores shared SDD reference documents for persistence conventions and phase protocols.
sdd-explore
Investigates codebases and produces structured exploration analyses for spec-driven development changes.
judgment-day
Runs blind dual-judge adversarial code review with bounded fix and re-judgment rounds.
issue-creation
Creates GitHub issues using bug report and feature request templates with label workflows.
Frequently Asked Questions About Andres D. Paladines
FAQPage SchemaWhat tasks can I accomplish with AD-Paladins' skills?▼
You can run the complete spec-driven development cycle: initialize SDD context, explore ideas, draft proposals, write delta specs, design architecture, break work into tasks, implement changes, verify against specs, and archive completed changes. Supporting skills cover chained PRs, commit planning, Go testing, issue creation, and dual adversarial review.
Who are these skills designed for?▼
Software engineers and maintainers practicing spec-driven development on real codebases, particularly those managing large pull requests, writing Go tests, or authoring LLM-first skills. Most SDD skills are delegate-only and launched by an orchestrator rather than invoked directly by end users.
How do the SDD skills operate in practice?▼
SDD skills are orchestrator-launched and not user-invocable: sdd-init sets up context, registry, and persistence, then sdd-explore, sdd-propose, sdd-spec, sdd-design, sdd-tasks, sdd-apply, sdd-verify, and sdd-archive execute each phase. sdd-onboard walks users through the full cycle on a real codebase.
What licenses cover these skills and is there any cost?▼
All skills are free and open source. The SDD lifecycle skills and skill-registry use the MIT license, while chained-pr, comment-writer, work-unit-commits, go-testing, skill-creator, skill-improver, branch-pr, judgment-day, issue-creation, and cognitive-doc-design use Apache-2.0.
What prerequisites or dependencies do these skills require?▼
The SDD skills require an orchestrator to launch them since they are delegate-only with model invocation disabled. The go-testing skill assumes a Go environment with go test, Bubbletea teatest, and golden files. The _shared folder provides common SDD references required by installed skills.