development

Orchestrate end-to-end development tasks from user-provided specifications.

3|Updated May 9, 2026
One-click install
npx skills add https://github.com/palucdev/owflow --skill development-palucdev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: development
Source: https://github.com/palucdev/owflow/tree/main/src/skills/development
Command: npx skills add https://github.com/palucdev/owflow --skill development-palucdev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires opencode-plugin, nodejs, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit simplifies and standardizes the development workflow, providing an orchestrator for all development tasks while enforcing coding standards and automating processes.

Core Features & Use Cases

  • Development Workflow Orchestrator: Guides the user through the development lifecycle, from initialization to finalization, ensuring all necessary steps are completed.
  • Coding Standards Enforcement: Enforces coding standards by automatically analyzing and enforcing config files, source patterns, and documentation.
  • Test-Driven Development: Facilitates a test-driven approach by integrating automated planning and verification phases.
  • Pause and Resume: Allows the user to pause workflows and resume them at a later time.
  • Production Readiness Checks: Includes checks for code review, reality assessment, and pragmatic over-engineering detection to ensure code quality and performance.

Quick Start

Run /flow-init to initialize your project and start automating your development tasks with Owflow.

Frequently Asked Questions about development

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

FAQPage Schema
How do I automate development workflows with task orchestration?

Task orchestration automates end-to-end development workflows by executing predefined processes for tasks like bug fixes and new features. You initialize your project using the `/flow-init` command to begin guiding the development lifecycle and enforcing coding standards.

Do I need Node.js and the Opencode plugin to run automated coding standards enforcement?

Yes, Node.js and the Opencode plugin are required dependencies for executing development tasks. The environment uses these tools to run the automated code analysis and enforce the configured source patterns and documentation rules.

How does test-driven development integrate with workflow orchestration?

Workflow orchestration facilitates test-driven development by integrating automated planning and verification phases into the lifecycle. This ensures tasks are validated against specifications before completion, pausing and resuming workflows as needed.

What are the best ways to check production readiness during software development?

Production readiness checks evaluate code review status, reality assessment, and pragmatic over-engineering detection. These automated checks ensure code quality and performance before finalizing the development workflow.

Can I pause and resume a development workflow orchestration task?

Yes, the development workflow orchestrator allows you to pause active workflows and resume them at a later time. This ensures long-running development tasks can be managed flexibly without losing progress.

What limitations exist when enforcing coding standards with config files?

Coding standards enforcement relies on automatically analyzing predefined config files, source patterns, and documentation. Limitations occur if these configurations are incomplete or if the Node.js and Opencode plugin environment is improperly set up.