Andres D. Paladines avatar

Andres D. Paladines

Community

@AD-Paladins · Deerfield Beach

13Followers
|
184Public Repos
|
22Published Skills

Andres D. Paladines maintains a spec-driven development skill suite covering SDD change lifecycles, pull request hygiene, Go testing, and documentation design.

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (45%)Code Review & Pull.. (25%)Skill Authoring & .. (15%)Technical Document.. (10%)

Agent Skills by Andres D. Paladines

Showing 22 vetted skills indexed across 1 GitHub repositories.

AD-PaladinsAD-Paladins

sdd-spec

Writes SDD delta specifications with RFC 2119 requirements and Given/When/Then scenarios.

Community
Advanced
AD-PaladinsAD-Paladins

sdd-onboard

Guides users through a complete spec-driven development cycle on their real codebase.

Community
Advanced
AD-PaladinsAD-Paladins

cognitive-doc-design

Structures documentation to reduce cognitive load for readers and reviewers.

Community
Basic
AD-PaladinsAD-Paladins

skill-improver

Audit and refactor existing SKILL.md files against an LLM-first style guide.

Community
Intermediate
AD-PaladinsAD-Paladins

sdd-propose

Creates structured SDD change proposals with intent, scope, capabilities, and rollback plans.

Community
Intermediate
AD-PaladinsAD-Paladins

sdd-archive

Archives completed SDD changes by merging delta specs into main specs.

Community
Advanced
AD-PaladinsAD-Paladins

sdd-init

Initialize SDD project context, testing capabilities, and skill registry with persistence.

Community
Advanced
AD-PaladinsAD-Paladins

chained-pr

Splits oversized pull requests into chained or stacked PRs with dependency diagrams and review budgets.

Community
Intermediate
AD-PaladinsAD-Paladins

comment-writer

Write warm, direct collaboration comments for PRs, issues, reviews, and Slack messages.

Community
Basic
AD-PaladinsAD-Paladins

work-unit-commits

Plan commits as reviewable work units with tests, docs, and rollback boundaries.

Community
Intermediate
AD-PaladinsAD-Paladins

go-testing

Applies focused Go testing patterns for unit tests, Bubbletea TUIs, and golden files.

Community
Intermediate
AD-PaladinsAD-Paladins

sdd-design

Creates technical design documents with architecture decisions, data flow, and file changes for SDD changes.

Community
Advanced
AD-PaladinsAD-Paladins

skill-creator

Creates LLM-first skill units with valid frontmatter and structured instruction contracts.

Community
Intermediate
AD-PaladinsAD-Paladins

sdd-apply

Implements SDD change tasks from specs and design with optional strict TDD enforcement.

Community
Advanced
AD-PaladinsAD-Paladins

sdd-verify

Verify SDD change implementations by executing tests and comparing results against specs, design, and tasks.

Community
Advanced
AD-PaladinsAD-Paladins

skill-registry

Indexes available skills by trigger and path into a registry file.

Community
Intermediate
AD-PaladinsAD-Paladins

sdd-tasks

Generates phased implementation task breakdowns from SDD proposals, specs, and designs.

Community
Advanced
AD-PaladinsAD-Paladins

branch-pr

Creates GitHub pull requests with issue linkage, branch naming rules, and label validation.

Community
Intermediate
AD-PaladinsAD-Paladins

_shared

Stores shared SDD reference documents for persistence conventions and phase protocols.

Community
Advanced
AD-PaladinsAD-Paladins

sdd-explore

Investigates codebases and produces structured exploration analyses for spec-driven development changes.

Community
Intermediate
AD-PaladinsAD-Paladins

judgment-day

Runs blind dual-judge adversarial code review with bounded fix and re-judgment rounds.

Community
Advanced
AD-PaladinsAD-Paladins

issue-creation

Creates GitHub issues using bug report and feature request templates with label workflows.

Community
Intermediate

Frequently Asked Questions About Andres D. Paladines

FAQPage Schema
What 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.