By jllopis
Ingeniería del Propósito: trabaja con LLMs desde propósito explícito. Incluye metodología de propósito (brief, review, retro), ciclo de vida de proyecto (init, plan, exec, check, sync) y flujo corporativo de Git.
Convierte una petición o tarea en una ficha de propósito breve y accionable con los cuatro horizontes (funcional, arquitectónico, restricción, autoría).
Dev flow: validar + commit + PR — revisa contra propósito, ejecuta tests y cierra con commit semántico.
Ciclo de vida de proyecto en fases: init, resume, plan, exec, check, sync. Integra Ingeniería del Propósito en plan, exec y check, y delega Git a git-core.
Dev flow: ejecutar — implementa guiado por el propósito declarado, con auto-revisión contra horizontes.
Flujo corporativo de Git: ramas, commits, PRs, merges y releases. Git Flow, Bitbucket, branch naming con Jira IDs, PR reviews y tagging SemVer.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Trabaja con LLMs desde propósito explícito en lugar de partir de contexto abundante.
La Ingeniería del Propósito propone que el centro del trabajo con IA no sea la acumulación de información, sino la formulación explícita del fin que debe gobernar la solución. Todo cambio se articula en cuatro horizontes:
Propósito claro + contexto mínimo + evaluación por horizontes = colaboración útil con LLMs
Este repositorio es un marketplace de Claude Code que distribuye el plugin telos: skills y comandos para aplicar la metodología directamente en tu flujo de trabajo.
| Comando | Descripción |
|---|---|
/telos:brief | Convierte una petición en una ficha de propósito |
/telos:review | Revisa una propuesta contra la ficha de propósito |
/telos:retro | Captura aprendizaje reutilizable tras cerrar un cambio |
/telos:init | Iniciar un proyecto nuevo |
/telos:resume | Retomar un proyecto existente |
/telos:plan | Planificar: diseño, requisitos, tareas, roadmap |
/telos:exec | Ejecutar el plan guiado por el propósito |
/telos:check | Validar contra propósito + tests + commit + PR |
/telos:sync | Sincronizar cambios remotos |
# Añadir el marketplace
/plugin marketplace add jllopis/ingenieria-del-proposito
# Instalar el plugin
/plugin install telos
# Recargar en la sesión actual
/reload-plugins
# Refrescar el marketplace
/plugin marketplace update ingenieria-del-proposito
# Actualizar el plugin
/plugin update telos@ingenieria-del-proposito
# Recargar en la sesión actual
/reload-plugins
Para actualizaciones automáticas: /plugin → pestaña Marketplaces → seleccionar ingenieria-del-proposito → Enable auto-update.
/telos:brief → (implementación) → /telos:review → /telos:retro
Con ciclo de proyecto completo:
/telos:init o /telos:resume
→ /telos:plan (incluye brief)
→ /telos:exec
→ /telos:check (incluye review + commit + PR)
→ /telos:sync
Este enfoque nace del artículo La Tiranía del Contexto.
El repositorio incluye .agents/skills/ compatible con el estándar abierto Agent Skills. Funciona con:
$skill-installer con URL del repodist/opencode/Joan Llopis
MIT
npx claudepluginhub jllopis/ingenieria-del-proposito --plugin telosPlan and autonomously build a software task end-to-end. Recons the codebase, applies preloaded memory, decomposes into the right number of phases, gets one confirmation, then prepares a single ready-to-paste /goal command — one paste between you and done — that drives execution to completion with built-in retry, fix-spec recovery, and per-phase memory writeback. Works on Claude Code and Codex.
Harness for Claude Code — skills, /harness:* slash commands, persona subagents, lifecycle hooks, and MCP tools without per-repo `harness setup`. Sibling plugins exist for Cursor, Gemini CLI, and Codex.
Context-Driven Development plugin that transforms Claude Code into a project management tool with structured workflow: Context → Spec & Plan → Implement
Flight Levels methodology plugin for Metis. Includes methodology skills, iterative Ralph loops for task execution and initiative decomposition, and Flight Levels agent guidance.
Describe your goal, approve the spec, then step away — Claude and Codex loop together until it's right.
Production-ready Claude Code configuration with role-based workflows (PM→Lead→Designer→Dev→QA), safety hooks, 44 commands, 19 skills, 8 agents, 43 rules, 30 hook scripts across 19 events, auto-learning pipeline, hook profiles, and multi-language coding standards