develop

Execute plan packages and migrate completed work to history.

Updated Jan 22, 2026
One-click install
npx skills add https://github.com/Kaze-sn/Vibe-code --skill develop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: develop
Source: https://github.com/Kaze-sn/Vibe-code/tree/main/skills/helloagents/develop
Command: npx skills add https://github.com/Kaze-sn/Vibe-code --skill develop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates and coordinates the development implementation workflow by reading plan packages, validating prerequisites, executing tasks, updating knowledge bases, and migrating completed work to history/.

Core Features & Use Cases

  • Pre-check enforcement: verifies that at least one of the valid pre-conditions is met before proceeding, ensuring safe routing into the development phase.
  • Plan package orchestration: reads plan/ and selects the appropriate package to execute, supporting single-package execution or multi-package selection.
  • Knowledge base synchronization: reads and updates the kb to reflect changes from the current execution, ensuring contextual consistency.
  • Migration & history: moves completed plan packages to history/ with proper timestamped paths and updates the history index.
  • Quality & safety checks: includes code safety checks, consistency audits, and optional tests to prevent regressions.

Quick Start

Use the develop skill to start processing a complete plan package from plan/, perform the pre-checks, and migrate the results into history/ upon completion.

Frequently Asked Questions about develop

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

FAQPage Schema
How do I automate development execution from a plan package?

Plan package orchestration automates development execution by reading defined plan packages, validating pre-check gates, executing tasks, updating knowledge bases, and migrating completed work into history with timestamped paths for governance.

What is a plan package workflow for development migration?

A plan package workflow is a structured development execution process that validates pre-conditions, executes tasks, synchronizes the knowledge base, and migrates completed packages to a history directory with an updated index for governance.

How do I enforce pre-checks before starting a development phase?

Enforcing pre-checks before development requires verifying that at least one valid pre-condition is met from the plan package, ensuring safe routing into the execution phase and preventing invalid task processing.

How do I migrate completed development tasks to a history directory?

Migrating completed development tasks to history involves moving finished plan packages into a history directory with timestamped paths, updating the history index, and generating a final migration summary for governance and tracking.

Does plan package execution support code safety and consistency checks?

Plan package execution includes code safety checks, consistency audits, and optional tests to prevent regressions. These quality gates run during the development workflow before migrating completed work to the history directory.

Can I execute multiple plan packages in a single development workflow?

You can execute multiple plan packages in a single workflow. The orchestration supports both single-package execution and multi-package selection, reading from the plan directory to process development tasks systematically.