marsai:dev-implementation

Orchestrate implementation agents for TS or Python development tasks.

2|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/V4-Company/marsai --skill marsai-dev-implementation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: marsai:dev-implementation
Source: https://github.com/V4-Company/marsai/tree/main/dev-team/skills/dev-implementation
Command: npx skills add https://github.com/V4-Company/marsai --skill marsai-dev-implementation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates and automates the Gate 0 implementation phase in MarsAI's development cycle, ensuring the right specialized agent is selected, project standards are applied, and the TDD workflow (RED-GREEN) is enforced.

Core Features & Use Cases

  • Orchestrates agent selection based on task language and service_type to ensure correct role assignment across backend, frontend, and BFF contexts.
  • Enforces project standards from docs/PROJECT_RULES.md during code delivery across gates and documents decisions for handoff.
  • Tracks and coordinates the TDD-RED/GREEN workflow, maintaining state and enabling deterministic progress to Gate 0.2 and beyond.

Quick Start

Describe a task with unit_id and requirements to trigger Gate 0.

Frequently Asked Questions about marsai:dev-implementation

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

FAQPage Schema
How do I automate TDD RED-GREEN workflow enforcement for TypeScript and Python services?

To automate TDD RED-GREEN workflow enforcement, this Skill orchestrates specialized implementation agents for TS and Python, validating inputs and enforcing gates while tracking state for deterministic progress across API, worker, batch, CLI, frontend, and BFF services.

What is the best way to enforce project rules during automated code implementation?

The best way to enforce project rules during code implementation is applying standards from docs/PROJECT_RULES.md. This Skill ensures compliance across all gate-driven phases and automatically documents decisions for seamless team handoff.

Can I use gate-driven development orchestration for both backend and frontend tasks?

Yes, you can use gate-driven development orchestration for both backend and frontend tasks. The Skill selects the correct implementation agent based on service type across API, worker, batch, CLI, frontend, and BFF contexts using TS or Python.

How do I start the Gate 0 implementation phase for a specific development task?

To start the Gate 0 implementation phase, describe a task with a specific unit_id and requirements. The Skill then identifies and orchestrates the correct agent to satisfy TDD-RED/GREEN gates and document results.

Why does automated code implementation require orchestration across different service types?

Automated code implementation requires orchestration across different service types to ensure correct role assignment. Differentiating between API, worker, batch, CLI, frontend, and BFF contexts ensures the specialized agent applies the right standards.

What limitations exist when applying TDD gates to batch and CLI service types?

TDD gate application is limited to services using TS or Python languages. The orchestration process requires a valid unit_id and a project_rules_path to function correctly across API, worker, batch, CLI, frontend, and BFF contexts.