con un clic
quick-dev
Implement task directly with AI SDLC standards awareness (no planning mode)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Implement task directly with AI SDLC standards awareness (no planning mode)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Unified orchestrator for all development tasks. ALWAYS execute when invoked — never skip for 'straightforward' tasks. Phases adapt based on detected task characteristics rather than predetermined types. Use for any development work that modifies code.
Internal engine for managing project documentation and technical standards in .agyflow/docs/. Handles file operations, INDEX.md generation, and AGENTS.md integration. Invoked by flow-init, standards-update, and standards-discover skills.
Initialize AI SDLC framework with intelligent project analysis and documentation generation
Orchestrates the complete migration workflow from current state analysis through implementation to compatibility verification. Handles technology migrations, platform changes, and architecture pattern transitions with adaptive risk assessment, incremental execution, and rollback planning. Use when migrating technologies, platforms, or architecture patterns.
Orchestrates performance optimization workflows using static code analysis to identify bottlenecks (N+1 queries, missing indexes, O(n^2) algorithms, blocking I/O, memory leaks). Accepts optional user-provided profiling data. Reuses standard specification, planning, implementation, and verification phases.
Interactive product/feature design orchestrator. Transforms fuzzy ideas into structured product briefs through collaborative exploration, iterative refinement, and visual prototyping. Adaptive phases detect design complexity and adjust depth.
| name | quick-dev |
| description | Implement task directly with AI SDLC standards awareness (no planning mode) |
Implement a task directly without entering planning mode, while still applying project standards from .agyflow/docs/.
/agyflow:quick-dev [task description]
/agyflow:quick-dev "Add a logout button to the navbar"
/agyflow:quick-dev "Fix the typo in the error message"
/agyflow:quick-dev "Update the API endpoint to accept JSON"
Use /agyflow:quick-dev when:
Use /agyflow:quick-plan instead when:
Get the task description:
"What would you like to implement? Please describe the task."
Create a lightweight task directory for artifact anchoring.
YYYY-MM-DD-kebab-name2026-05-28-add-navbar-logout-button, "Update the API endpoint to accept JSON" → 2026-05-28-update-api-accept-json.agyflow/tasks/quick-dev/YYYY-MM-DD-task-name/task.yml with initial state using the template src/templates/quick-dev-task.yml.Check if .agyflow/docs/INDEX.md exists:
If exists:
task.yml: Add paths of standards read to standards_applied listIf not exists:
/agyflow:flow-init in completion messageBLOCKING: Reading INDEX.md alone is NOT sufficient. You MUST read actual standard files.
Enforcement Process:
Examples of standard discovery:
MANDATORY: During implementation:
After implementation, verify:
Write summary.md in the task directory:
# Task Summary
**Skill**: quick-dev
**Date**: YYYY-MM-DD
**Status**: completed
## What Was Done
[What was implemented]
## Files Modified
- `path/to/file`
## Standards Applied
- [standard]: [guideline]
## Tests
- [test file] — [result]
## Commit Suggestion
[conventional commit message]
Update task.yml: set status: completed, updated: [now].
Provide completion summary to user:
task.yml for artifact anchoring.agyflow/docs/INDEX.mdsummary.md in task directory and updates task.yml to completedIf .agyflow/docs/ does not exist:
Proceed with implementation normally, then note:
"No AI SDLC standards found. Consider running `/agyflow:flow-init` to initialize
project documentation and coding standards for better consistency."