Fernando Escobar avatar

Fernando Escobar

Community

@FerEscobarDev · Colombia

3Followers
|
39Public Repos
|
16Published Skills

Software Developer Full Stack

Skills Distribution
DomainDeveloper To...Spec-Driven Develo.. (35%)Requirements & Arc.. (25%)Testing, Debugging.. (20%)Legacy Migration &.. (10%)

Agent Skills by Fernando Escobar

Showing 16 vetted skills indexed across 1 GitHub repositories.

FerEscobarDevFerEscobarDev

modernize

Orchestrates incremental technology migrations with characterization tests and Strangler Fig epics.

Community
Advanced
FerEscobarDevFerEscobarDev

learn

Captures session learnings by delegating to the knowledge skill in capture mode.

Community
Basic
FerEscobarDevFerEscobarDev

contract-sync-audit

Audits backend routes against frontend API calls and emits a reconciliation report.

Community
Advanced
FerEscobarDevFerEscobarDev

discover

Extracts business requirements through Socratic questioning into a structured requirements document.

Community
Intermediate
FerEscobarDevFerEscobarDev

verify

Enforces fresh execution of verification commands before any completion claim.

Community
Basic
FerEscobarDevFerEscobarDev

audit-knowledge

Audits the docs-index for orphan, stale, duplicate, and uncovered documentation drift.

Community
Basic
FerEscobarDevFerEscobarDev

doctor

Diagnoses Specture project structure and applies schema migrations via a Node script.

Community
Advanced
FerEscobarDevFerEscobarDev

setup

Initializes Specture project configuration in bootstrap, adopt, or reconfigure modes.

Community
Advanced
FerEscobarDevFerEscobarDev

start

Detects project state from filesystem artifacts and routes to the correct Specture phase skill.

Community
Intermediate
FerEscobarDevFerEscobarDev

architecture

Generates architecture documents, OpenAPI contracts, and milestone roadmaps from business requirements.

Community
Advanced
FerEscobarDevFerEscobarDev

knowledge

Captures session learnings, audits documentation indexes, and reconciles living component behavior specs.

Community
Advanced
FerEscobarDevFerEscobarDev

new-feature

Analyzes impact of unplanned features on existing specs and updates the project roadmap.

Community
Advanced
FerEscobarDevFerEscobarDev

setup-docs-bridge

Integrates preexisting project documentation into Specture via indexed bridge files and proposed ADRs.

Community
Advanced
FerEscobarDevFerEscobarDev

write-skill

Guides creation and testing of Specture skills using a TDD-for-documentation discipline.

Community
Intermediate
FerEscobarDevFerEscobarDev

ux-design

Generates navigation maps and design systems with human-chosen visual direction before any UI code.

Community
Advanced
FerEscobarDevFerEscobarDev

debug

Diagnoses test failures and bugs through mandatory root-cause investigation with a written debug log.

Community
Advanced

Frequently Asked Questions About Fernando Escobar

FAQPage Schema
What tasks can I accomplish with Fernando Escobar's Specture skills?▼

You can run the full delivery cycle: discover requirements, generate tech-agnostic architecture with an OpenAPI contract and ROADMAP, build epics through a spec→test→implement→review loop, debug with forced root-cause logs, modernize framework versions, and audit frontend/backend contract drift.

Who are the Specture skills designed for?▼

Full-stack software developers and engineering teams who want enforced discipline around specs, tests, and verification. Spanish-language triggers ('levantar requerimientos', 'construyamos') indicate strong support for Spanish-speaking development teams working on greenfield or existing codebases.

How do I start using Specture in an existing project?▼

Run the setup skill in adopt mode for existing codebases; it initializes .specture/stack.yml. If the project has 10+ markdown docs, setup-docs-bridge generates a docs-index and Proposed ADRs without duplicating content. The start skill then detects project state and routes to the correct phase.

How does Specture prevent false 'done' claims and guess-and-check debugging?▼

The verify skill forces fresh execution of the relevant verification command and reading its output before any success claim, commit, or PR. The debug skill triggers after two test failures or a reviewer rejection, requiring a physical debug log artifact with root-cause investigation before any fix.

What are the prerequisites for the build and ux-design skills?▼

Build requires docs/04-roadmap/ROADMAP.md with pending epics, produced by the architecture skill. Ux-design requires stack.yml.frontend.framework set to a non-none value; it mandates a human aesthetic decision and design system before any UI code, with a visual-approval gate during frontend epics.