Juan José
Community@JhonMA82
Juan José maintains 35 skills for OpenSpec change management, Comet phased development routing, and disciplined engineering practices like TDD, code review, and git worktree isolation.
Agent Skills by Juan José
Showing 35 vetted skills indexed across 1 GitHub repositories.
comet-tweak
Executes lightweight OpenSpec changes through a streamlined four-phase Comet preset workflow.
openspec-apply-change
Implements tasks from an OpenSpec change using the openspec CLI workflow.
comet-build
Creates implementation plans and executes tasks for Comet workflow build phases.
openspec-explore
Explores ideas and investigates codebases as a thinking partner before creating OpenSpec change proposals.
openspec-verify-change
Verify implementation completeness, correctness, and coherence against OpenSpec change artifacts.
openspec-new-change
Scaffolds a new OpenSpec change and displays the first artifact instructions.
comet-open
Creates and initializes OpenSpec change proposals with Comet state machine tracking.
comet-any
Generates verifiable Comet-native workflow Skill bundles from confirmed user proposals.
comet
Resolves the configured Comet workflow entry and loads the matching Native or Classic skill.
openspec-archive-change
Archives completed OpenSpec changes after verifying artifacts, tasks, and spec synchronization.
comet-archive
Archives verified OpenSpec changes by merging delta specs and committing the archive.
openspec-onboard
Guides users through a complete OpenSpec change workflow with narrated phases.
openspec-propose
Generates complete OpenSpec change proposals with specs, design, and tasks artifacts.
openspec-bulk-archive-change
Archives multiple completed OpenSpec changes in one batch with conflict-aware spec syncing.
openspec-continue-change
Creates the next artifact in an OpenSpec change workflow using the openspec CLI.
comet-classic
Orchestrates OpenSpec and Superpowers phases for structured change development workflows.
comet-verify
Verifies Comet changes, records evidence, and manages repair loops.
openspec-sync-specs
Merge delta spec changes into main OpenSpec capability specifications.
openspec-ff-change
Generates all OpenSpec change artifacts in dependency order for implementation readiness.
comet-hotfix
Executes a streamlined open-build-verify-archive workflow for fixing existing behavior bugs.
comet-design
Generates deep technical Design Docs from OpenSpec change artifacts via scripted handoff and brainstorming.
using-git-worktrees
Creates isolated git worktree workspaces with native tool detection and baseline test verification.
test-driven-development
Enforces red-green-refactor test-driven development for features, bugfixes, and refactoring.
systematic-debugging
Diagnose bugs through a four-phase root cause investigation process before proposing fixes.
Frequently Asked Questions About Juan José
FAQPage SchemaWhat tasks can I perform with JhonMA82's OpenSpec skills?▼
You can propose, explore, apply, continue, fast-forward, verify, sync, and archive OpenSpec changes. Skills cover the full change lifecycle: generating proposal/design/tasks artifacts, implementing tasks, validating implementation against artifacts, syncing delta specs to main specs, and bulk-archiving completed parallel changes.
Who should use these skills?▼
Software engineers and developers practicing structured, spec-driven development. They suit contributors who want enforced discipline: brainstorming before building, writing plans before code, test-driven development, systematic debugging, code review request/response handling, and evidence-based verification before claiming work complete.
How do the Comet skills work in practice?▼
Comet skills activate only on explicit slash-command invocation like /comet-build, /comet-design, /comet-verify, or /comet-archive, or when routed by the root Comet runtime. They manage a five-phase Classic flow plus hotfix and tweak presets, recovering state from .comet.yaml and permanent project configuration entries.
Are these skills open source and what do they cost?▼
The OpenSpec skills carry an MIT license per their native frontmatter, making them free to use, modify, and redistribute. Comet and process-discipline skills list no explicit license in the manifest. There is no stated cost; all 35 skills are publicly available in the registry.
What prerequisites are required to run these skills?▼
OpenSpec skills require the openspec CLI installed, with Bash(openspec:*) tool access permitted. Comet skills require the root Comet skill/runtime and project configuration with .comet.yaml artifacts. Git-based skills assume a git repository supporting worktrees and branches for isolated feature development.