workflow

Coordinate multi-phase software development workflows from plan to GitHub PR.

1|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/micaelmalta/agentic --skill workflow-micaelmalta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/micaelmalta/agentic/tree/main/skills/workflow
Command: npx skills add https://github.com/micaelmalta/agentic --skill workflow-micaelmalta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

The Workflow Skill provides a pure orchestrator that coordinates specialized skills across all phases of development, enforcing mandatory gates and preventing skipped reviews, to deliver reproducible results from planning to PR.

Core Features & Use Cases

  • Orchestrates PARA-based planning, execution, and summarization, coordinating domain-specific skills (para, developer, testing, code-reviewer, security-reviewer, ci/cd, etc.)
  • Enforces phased gates (especially Phase 5) with automated validation scripts and optional pre-commit hooks
  • Supports parallel subagents for scalable execution across large codebases and complex plans

Quick Start

Use the workflow to plan, execute, validate, and push a feature to PR using /workflow; consult the README for examples.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I orchestrate a plan-to-PR software development workflow with mandatory security reviews?

Plan-to-PR workflow orchestration coordinates specialized skills across planning, execution, testing, and validation phases, enforcing mandatory gates to prevent skipped security reviews before pushing a GitHub pull request.

What is PARA-based planning for software engineering tasks?

PARA-based planning organizes development tasks into structured categories, allowing an orchestrator to coordinate domain-specific skills for execution, testing, and code review across features, bug fixes, and refactoring tasks.

Can I use parallel subagents to scale code execution across large codebases?

Parallel subagents are supported during execution to scale codebase changes, enabling the orchestrator to handle complex plans and large codebases efficiently while maintaining enforced validation gates.

Does the workflow orchestration integrate with Jira and monitoring tools?

Workflow orchestration includes MCP integrations for Jira and monitoring, coordinating development phases from plan to GitHub PR while synchronizing task tracking and system observability across the pipeline.

How do I enforce mandatory validation gates before committing code changes?

Mandatory validation gates are enforced during the phased workflow using automated validation scripts and optional pre-commit hooks, ensuring code and security reviewer checks pass before the commit and PR phases.

When should I use a pure orchestrator for software development phases instead of manual execution?

A pure orchestrator is ideal when you need reproducible results across plan, execute, test, validate, commit, and PR phases, preventing skipped reviews and coordinating multiple domain-specific skills automatically.