dev-workflow

Orchestrate development tasks with single-task or multi-task workflows.

2|1|Updated Nov 13, 2025
One-click install
npx skills add https://github.com/MolcajeteAI/plugin --skill dev-workflow-molcajeteai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-workflow
Source: https://github.com/MolcajeteAI/plugin/tree/main/molcajete/skills/dev-workflow
Command: npx skills add https://github.com/MolcajeteAI/plugin --skill dev-workflow-molcajeteai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the complex process of implementing development tasks, ensuring consistency and efficiency whether you're working on a single task or multiple related tasks.

Core Features & Use Cases

  • Single-Task Mode: Guides you through a 7-step process for implementing one task at a time, from context gathering to quality gating.
  • Multi-Task Mode: Orchestrates the implementation of multiple tasks in waves, managing dependencies and parallel execution for complex features.
  • Use Case: When developing a new feature, use multi-task mode to break down the implementation into manageable waves, allowing parallel sub-agents to work on different task groups simultaneously, ensuring all dependencies are met before proceeding.

Quick Start

Use the dev-workflow skill to implement the task with ID UC-001/1.1.

Frequently Asked Questions about dev-workflow

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

FAQPage Schema
How do I automate task implementation for a complex feature across multiple dependencies?

Automating task implementation for complex features uses a multi-task mode to orchestrate coding and testing in parallel waves. It manages dependencies and session state, allowing parallel sub-agents to work on different task groups simultaneously while ensuring dependencies are met.

What is the best way to structure a development workflow for a single coding task?

Structuring a development workflow for a single task uses a guided 7-step process. This single-task mode manages the entire sequence from context gathering and planning through coding, testing, and quality gating to ensure consistent implementation.

When do I need parallel execution for software engineering tasks?

Parallel execution for software engineering tasks is needed when developing a complex feature broken into manageable waves. Multi-task mode orchestrates these waves, managing dependencies and session state so parallel sub-agents can implement different task groups simultaneously.

Can I use this development workflow to manage context gathering and quality assurance together?

Yes, this development workflow explicitly manages both context gathering and quality assurance together. It orchestrates these phases sequentially in single-task mode or across parallel waves in multi-task mode, ensuring quality gating occurs after coding and testing.

Does this task orchestration support code generation and testing in a single session?

Yes, task orchestration supports code generation and testing within a single session. It tracks session state for complex feature development, managing the transition from planning and coding to testing and quality gating without losing context.

How does multi-task workflow handle dependencies during feature development?

Multi-task workflow handles dependencies by orchestrating implementation in sequential waves. It ensures all dependencies for different task groups are met before proceeding to the next wave, allowing parallel sub-agents to execute safely without dependency conflicts.