Jaime Horacio avatar

Jaime Horacio

Community

@JaimeHoracio

2Followers
|
4Public Repos
|
15Published Skills

Jaime Horacio publishes Claude Code skills for OpenSpec change management, git worktree isolation, TDD, code review, and subagent-driven task execution.

Skills Distribution
DomainDeveloper To...OpenSpec Change Ma.. (30%)Code Review & Qual.. (25%)Task Execution Orc.. (20%)Git Workspace Isol.. (15%)

Agent Skills by Jaime Horacio

Showing 15 vetted skills indexed across 1 GitHub repositories.

JaimeHoracioJaimeHoracio
1

using-git-worktrees

Creates isolated git worktrees with directory selection, gitignore verification, and baseline test validation.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

execution-mode-evaluation

Analyzes CodeGraph dependency data to recommend inline or subagent-driven task execution.

Community
Advanced
JaimeHoracioJaimeHoracio
1

graceful-degradation

Provides fallback workflows when CodeGraph, Engram, or Controller MCP tools become unavailable.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

openspec-apply-change

Implements tasks from an OpenSpec change using CLI status and apply instructions.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

openspec-explore

Explores ideas, investigates codebases, and clarifies requirements before creating OpenSpec change proposals.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

using-superpowers

Enforces skill discovery and invocation before any AI response or action.

Community
Basic
JaimeHoracioJaimeHoracio
1

dispatching-parallel-agents

Dispatches independent tasks to concurrent subagents with isolated contexts.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

openspec-archive-change

Archives completed OpenSpec changes after verifying artifact and task completion.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

brainstorming

Guides idea exploration and solution design through structured dialogue with trade-off analysis.

Community
Advanced
JaimeHoracioJaimeHoracio
1

review

Reviews git diffs for security, performance, bugs, and test coverage gaps.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

openspec-propose

Generates complete OpenSpec change proposals with design, specs, and task artifacts.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

receiving-code-review

Guides verification and implementation of code review feedback with technical rigor.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

writing-skills

Create and test agent skills using test-driven development with subagent pressure scenarios.

Community
Advanced
JaimeHoracioJaimeHoracio
1

test-driven-development

Enforces red-green-refactor test-first workflow for implementing features and bugfixes.

Community
Intermediate
JaimeHoracioJaimeHoracio
1

subagent-driven-development

Dispatches fresh subagents per task with two-stage spec and quality review loops.

Community
Advanced

Frequently Asked Questions About Jaime Horacio

FAQPage Schema
What tasks can I accomplish with Jaime Horacio's skills?▼

You can manage the full OpenSpec change lifecycle (propose, explore, apply, archive), create isolated git worktrees, run test-driven development, review code diffs for security and performance, dispatch parallel subagents for independent tasks, and handle graceful degradation when MCP servers are unavailable.

Who are these skills designed for?▼

Software engineers and Claude Code users practicing spec-driven development. They suit developers who isolate feature work in git worktrees, follow TDD, respond to code review feedback with technical rigor, and coordinate subagent-driven execution of independent task clusters.

What are the prerequisites and dependencies?▼

OpenSpec skills (propose, explore, apply, archive) require the openspec CLI. The execution-mode-evaluation skill requires a CodeGraph MCP server and an OpenSpec tasks.md file. Graceful-degradation covers cases where CodeGraph, Engram MCP, or the Controller are unavailable.

Are these skills open source and what do they cost?▼

The OpenSpec skills (propose, explore, apply-change, archive-change) and execution-mode-evaluation are explicitly licensed under MIT, making them free to use and modify. Other skills in the manifest do not declare a license in their frontmatter.

How does subagent-driven execution work?▼

The execution-mode-evaluation skill analyzes CodeGraph data to choose between inline and subagent-driven execution. Once subagent mode is confirmed, the dispatching-parallel-agents and subagent-driven-development skills handle clusters of independent tasks without shared state or sequential dependencies.