agent-workflow

Orchestrates onboarding, planning, and execution of software tasks with checkpoints and documentation updates.

3|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill agent-workflow-mauriciodelrio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-workflow
Source: https://github.com/mauriciodelrio/delriodev-skills/tree/main/es-skills/agent-workflow
Command: npx skills add https://github.com/mauriciodelrio/delriodev-skills --skill agent-workflow-mauriciodelrio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a strict, repeatable protocol so an AI agent can join, understand, and work on a software project without inventing business rules or drifting from scope. It prevents ambiguous implementations by enforcing reading of project memory and context, grouping clarifying questions, requiring plan confirmation, and recording outcomes in the project's documentation.

Core Features & Use Cases

  • Project resumption: A clear onboarding checklist that reads .docs/memory, .docs/context, rules, and scans project files before any change.
  • Task orchestration: Standardized flow for implementing features, bug fixes, and brainstorming that requires decomposition into atomic tasks, plan confirmation, and checkpoints during execution.
  • Safety and governance: Explicit "no-inference" and "no-drift" rules that pause work when business decisions, missing dependencies, or inconsistencies are detected, and that integrate with technical sub-skills (requirements-format, iteration-rules, docs-structure, project-documentation).
  • Documentation hygiene: Rules for updating context and memory, where the agent appends only completed facts and avoids editing developer-owned feature definitions.

Quick Start

Use the agent-workflow skill to run project resumption, collect grouped clarifying questions, propose a task-by-task implementation plan, and request confirmation before coding.

Frequently Asked Questions about agent-workflow

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I onboard an AI agent to an existing software project without it inventing business rules?

To onboard an AI agent without it inventing business rules, use a strict agent workflow protocol that enforces reading project memory and context files before making any changes. This prevents ambiguous implementations and scope drift by requiring the agent to gather existing documentation first.

What is the best way to structure AI agent workflows for feature implementation and bug fixes?

The best way to structure AI agent workflows for feature implementation and bug fixes is to enforce task decomposition into atomic steps, group clarifying questions, and require plan confirmation with execution checkpoints. This standardized flow ensures disciplined development and prevents unapproved scope changes.

How do I stop an AI coding agent from drifting outside the project scope during development?

To stop an AI coding agent from drifting outside the project scope, apply explicit no-inference and no-drift rules within the agent workflow. These governance rules pause work automatically when missing dependencies, business decisions, or inconsistencies are detected during task execution.

Does an agent workflow require specific project documentation formats to function properly?

Yes, a disciplined agent workflow requires specific project documentation formats, primarily a .docs/memory directory and a .docs/context directory. The agent reads these files during onboarding to understand project state and appends only completed facts to maintain documentation hygiene.

When should I use a structured agent workflow protocol instead of direct prompting for software development?

You should use a structured agent workflow protocol instead of direct prompting when resuming a project without context, implementing complex features, or fixing bugs. It is essential whenever you need to prevent scope drift, enforce documentation hygiene, and ensure technical sub-skills are invoked correctly.