start

Automate code development workflows from requirements analysis to deployment.

13|4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ggombee/code-forge --skill start-ggombee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start
Source: https://github.com/ggombee/code-forge/tree/main/skills/start
Command: npx skills add https://github.com/ggombee/code-forge --skill start-ggombee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires flow-toolkit, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire code workflow from requirement definition to deployment, significantly reducing development time and increasing efficiency.

Core Features & Use Cases

  • Automated Workflow: Handles everything from requirements analysis to deployment.
  • Multi-Phase Execution: Breaks down the workflow into manageable phases like design analysis, code implementation, testing, and review.
  • Use Case: Ideal for projects that require a structured approach to code development, such as software updates, feature implementation, or bug fixes.

Quick Start

Start a new feature development by running the command '/start new-feature.md'.

Frequently Asked Questions about start

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

FAQPage Schema
How do I automate code workflow from requirement analysis to deployment?

You can automate code workflow by running the '/start' command with a Markdown requirement file. It handles design analysis, code implementation, testing, and deployment phases automatically.

What is the best way to manage feature implementation using Markdown requirement definitions?

The best way to manage feature implementation is defining requirements in a Markdown file and passing it to the automation command. The system breaks down the workflow into structured phases like design analysis and testing.

Do I need flow-toolkit to automate development workflows?

Yes, you need the flow-toolkit CLI installed to automate development workflows. It acts as the required engine for the Skill to process requirement definitions and execute multi-phase code changes.

Can I integrate Figma designs into the code implementation workflow?

Yes, you can integrate Figma designs for design review within the code implementation workflow. The system supports design analysis phases to incorporate Figma and Pencil inputs before implementation.

Does this automated code workflow support different complexity levels of code changes?

Yes, the automated code workflow supports various complexity levels of code changes. It manages everything from minor bug fixes to full feature implementations by breaking them into manageable execution phases.

What are the limitations of using Markdown files for requirement definitions in development automation?

Markdown files for requirement definitions are limited to text-based inputs. While they effectively drive the automated workflow, they cannot directly execute code and rely on the flow-toolkit CLI for processing.