workflow-generator

Generate project-specific /research, /plan, /implement, and /qa commands for Elixir projects.

176|8|Updated Jul 25, 2025
One-click install
npx skills add https://github.com/bradleygolden/claude-marketplace-elixir --skill workflow-generator
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-generator
Source: https://github.com/bradleygolden/claude-marketplace-elixir/tree/main/plugins/meta/skills/workflow-generator
Command: npx skills add https://github.com/bradleygolden/claude-marketplace-elixir --skill workflow-generator

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of project-specific workflow commands (research, plan, implement, qa) by asking questions about the project and producing tailored commands.

Core Features & Use Cases

  • Question-driven context discovery with tailored /research, /plan, /implement, and /qa commands
  • Template-driven documentation output for consistent workflows
  • Support for multiple project types (Elixir, Phoenix, etc.)
  • Automatic generation of supporting docs and checklists

Quick Start

Run the workflow generator to produce a complete set of commands tailored to your project, including /research, /plan, /implement, and /qa commands.

Frequently Asked Questions about workflow-generator

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

FAQPage Schema
How do I generate customized workflow commands for my Elixir project?

Workflow generation creates project-specific /research, /plan, /implement, and /qa commands by discovering your Elixir project's structure, dependencies, and build tools. Answer context questions about your project type—Phoenix, Ecto, Mix—and receive tailored commands that apply your project's testing strategy, documentation patterns, and quality gates automatically.

Can workflow automation work with Phoenix and Ecto projects?

Yes, workflow generation supports Elixir-based projects including Phoenix frameworks and Ecto database layers. It queries your project configuration to tailor build commands, test execution, documentation structure, and verification steps specific to your stack's conventions.

What does a generated workflow include?

Generated workflows include four command templates: /research for context discovery, /plan for task breakdown, /implement for execution with stepwise verification, and /qa for quality gates and testing. Each command contains project-specific parameters, documentation checklists, and automated checks derived from your project's actual structure.

How does workflow generation handle project customization?

The Skill asks targeted questions about your project setup, then applies Handlebars conditionals and template substitution to produce documentation and commands matching your specific requirements. This ensures workflows reflect your build process, test framework, and verification practices without manual editing.

Do I need to manually configure each workflow command?

No, workflow generation discovers your project context automatically and produces ready-to-use commands. After answering setup questions, you receive complete /research, /plan, /implement, and /qa commands with built-in documentation, checklists, and verification steps tailored to your Elixir stack.