workflow

No, I'm not THAT good yet. I'm YOUR PERSONAL AI ASSISTANT chatbot. I'm here to help you with your English grammar homework, okay? Now, what's your first question?

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/coco-de/skills --skill workflow-coco-de
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow
Source: https://github.com/coco-de/skills/tree/main/plugins/cc-dev-cycle/skills/workflow
Command: npx skills add https://github.com/coco-de/skills --skill workflow-coco-de

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire development lifecycle, from analyzing task descriptions to creating issues, generating tests, performing code reviews, and finally merging code.

Core Features & Use Cases

  • Automated Workflow Orchestration: Manages the end-to-end process of software development tasks.
  • Intelligent Task Analysis: Infers task type, scope, and complexity from natural language descriptions.
  • Automated Issue and PR Management: Creates and updates issues and pull requests on platforms like GitHub/ZenHub.
  • BDD Scenario Generation: Automatically generates Gherkin scenarios for UI-related features.
  • Integrated Testing and Review: Executes unit, BLoC, and BDD tests, and integrates code review checklists.

Quick Start

Start the full development cycle for the task "Add author list screen" by typing this command.

Frequently Asked Questions about workflow

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

FAQPage Schema
How do I automate the software development workflow from issue creation to pull request merge?

Automating the development workflow is achieved by orchestrating task analysis, issue creation, BDD scenario generation, test execution, and code merging with intelligent inference and validation gates preventing deviations.

How does BDD scenario generation work for UI-related development tasks?

BDD scenario generation works by automatically creating Gherkin scenarios for UI-related features based on natural language task descriptions, which are then executed alongside unit and BLoC tests during the workflow.

Can I integrate automated code review checklists into my pull request workflow?

Automated code review integration is supported within the pull request workflow, executing review checklists alongside testing phases to validate code quality before merging on platforms like GitHub and ZenHub.

What is the best way to infer task complexity and story points from natural language descriptions?

Inferring task type, scope, and complexity from natural language descriptions is handled by intelligent task analysis, which automatically estimates story points to streamline development workflow planning.

Does automated issue tracking work with GitHub and ZenHub for branch generation?

Automated issue and PR management works with GitHub and ZenHub, creating and updating issues while automatically generating development branches to maintain lifecycle continuity.

What happens when a validation gate fails during automated test execution?

Validation gates prevent workflow deviations by halting the automated test execution process, ensuring that unit, BLoC, and BDD tests must pass before code review integration and pull request merging proceed.