mission-execution

Execute a feature using a TDD workflow with structured handoff.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/originlabs-app/claude-codex-missions --skill mission-execution
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mission-execution
Source: https://github.com/originlabs-app/claude-codex-missions/tree/main/codex/.agents/skills/mission-execution
Command: npx skills add https://github.com/originlabs-app/claude-codex-missions --skill mission-execution

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and scripts (resource) components.

What problem does it solve?

This Skill streamlines the execution of individual features within a mission, ensuring adherence to Test-Driven Development (TDD) principles and facilitating structured handoffs.

Core Features & Use Cases

  • TDD Workflow: Guides the process of writing failing tests, implementing code to pass, and verifying the implementation.
  • Structured Handoff: Ensures all necessary information, including summaries, tests, and discovered issues, is recorded for subsequent stages.
  • Use Case: When working on a new feature for a software project managed via this mission kit, this skill will ensure that the feature is developed using TDD and that all relevant artifacts are prepared for the next stage of development or review.

Quick Start

Use the mission-execution skill to execute the next pending feature according to the TDD workflow.

Frequently Asked Questions about mission-execution

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

FAQPage Schema
How do I execute feature development using a TDD workflow?

A TDD workflow guides feature development through RED, GREEN, VERIFY, REMEDIATE, COMMIT, and UPDATE stages. It reads specifications and agent instructions to ensure focused commits and record summaries for subsequent stages.

What is the best way to manage structured handoffs during feature execution?

Structured handoffs are managed by recording summaries, tests, and discovered issues after executing a feature. This ensures all necessary implementation information is prepared for subsequent stages of development or review.

How do I ensure my git commits stay focused when developing a feature?

Focused git commits are ensured by executing features through a structured TDD workflow. This process verifies the implementation before committing, recording summaries and discovered issues for subsequent stages.

What are the stages of test-driven development for a new feature?

The stages of test-driven development for a new feature are RED, GREEN, VERIFY, REMEDIATE, COMMIT, and UPDATE. This workflow ensures tests are written first, implementation passes, and results are recorded for handoff.

Do I need specific service configurations to start TDD feature execution?

Yes, TDD feature execution reads feature specifications, agent instructions, and service configurations to guide the development process. These inputs are required to properly execute the mission and prepare handoffs.