dev

Orchestrate end-to-end development workflows with parallel tasks and 90% test coverage.

1|Updated Mar 8, 2026
One-click install
npx skills add https://github.com/tense-i/stock-market-simulator --skill dev-tense-i
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev
Source: https://github.com/tense-i/stock-market-simulator/tree/main/skills/dev
Command: npx skills add https://github.com/tense-i/stock-market-simulator --skill dev-tense-i

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the complexity of coordinating rapid development cycles by enforcing a minimal end-to-end workflow, automated back-end selection, and rigorous test coverage, while guiding parallel task execution.

Core Features & Use Cases

  • End-to-end orchestration: coordinates requirement clarification, backend selection, task planning, and parallel execution.
  • Parallel execution with governance: runs tasks concurrently where safe, with explicit dependencies.
  • Test coverage enforcement: ensures each task meets ≥90% coverage before completion.
  • Policy-driven workflow: respects critical constraints to avoid unsafe edits and ensure traceability.
  • Use Case: A team needs to implement a small feature end-to-end: clarify requirements, pick backend, plan tasks, and validate tests in parallel.

Quick Start

To begin, initialize the dev workflow for a feature, clarify requirements, and let the orchestrator plan and execute tasks with automated back-end routing and test validation.

Frequently Asked Questions about dev

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

FAQPage Schema
How do I automate parallel task execution during software development?

Automating parallel task execution requires a workflow orchestration tool that runs concurrent tasks safely while managing explicit dependencies. This skill coordinates end-to-end development workflows, scheduling tasks in parallel where safe to accelerate rapid iteration cycles.

How does automated backend selection work for feature development?

Automated backend selection works through intelligent routing rules that evaluate project requirements and constraints. This skill applies multi-backend routing during the orchestration workflow to automatically choose the appropriate backend for your software project.

How do I enforce a minimum 90% test coverage requirement in a CI workflow?

Enforcing 90% test coverage requires strict validation checks integrated into the task execution workflow. This skill validates that every task meets a minimum threshold of 90% test coverage before allowing completion, ensuring rigorous quality standards.

Can I use parallel execution with governance for rapid iteration cycles?

Yes, parallel execution with governance is possible when the workflow respects explicit task dependencies and policy constraints. This skill runs tasks concurrently where safe while enforcing policies to avoid unsafe edits and maintain traceability.

What is end-to-end development workflow orchestration?

End-to-end development workflow orchestration coordinates the entire lifecycle from requirement clarification to test validation. This skill automates backend selection, task planning, and parallel execution to provide auditable task tracking across the development process.

Does this workflow support requirement clarification before task planning?

Yes, requirement clarification is fully supported as the initial phase of the end-to-end orchestration workflow. The skill guides users through clarifying requirements before proceeding to backend selection, task planning, and deterministic task scheduling.