festina-implement

Automate end-to-end task implementation across Festina Lente orchestration states.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/mattfletcher94/festinalente --skill festina-implement
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: festina-implement
Source: https://github.com/mattfletcher94/festinalente/tree/main/apps/festinalente/src/content/skills/festina-implement
Command: npx skills add https://github.com/mattfletcher94/festinalente --skill festina-implement

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Festina Implement coordinates end-to-end task execution in Festina Lente by moving tasks from planning to in-progress and finalize, ensuring that code remains uncommitted until verification passes and decisions are traceable.

Core Features & Use Cases

  • Orchestrates staged task execution from planned to in-progress to finalize.
  • Reads and uses plan.xml and spec.xml to guide execution and validation.
  • Spawns subagents for each task to keep orchestration lean and auditable.

Quick Start

Submit the task ID to begin implementing the task.

Frequently Asked Questions about festina-implement

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

FAQPage Schema
How do I automate task execution without committing code until verification passes?

Automated task execution keeps code uncommitted until verification passes by orchestrating staged workflows from planning to finalization, ensuring decisions remain traceable and validation checks are completed before any commit.

How do I start implementing a planned task using workflow orchestration?

Submit the task ID to begin implementation. The orchestration workflow reads plan.xml and spec.xml to guide execution, spawning subagents for each task to keep the process lean and auditable throughout the end-to-end execution.

What is structured task routing for planned and in-progress states?

Structured task routing moves tasks between planned, in-progress, and finalize states within an orchestration workflow, applying smart context loading and automated verification checks to satisfy end-to-end execution requirements.

Does task orchestration work with plan.xml and spec.xml files for execution guidance?

Yes, task orchestration reads and uses plan.xml and spec.xml files to guide both execution and validation. These files provide the structured specifications required to route tasks and apply automated verification checks.

Why does staged task execution spawn subagents for each task?

Staged task execution spawns subagents for each task to keep orchestration lean and auditable. This approach ensures smart context loading and maintains traceable decisions across planned and in-progress task states.

Can I use automated verification checks to finalize tasks without committing code?

Yes, automated verification checks finalize tasks without committing code by validating execution against specs. Code remains uncommitted until verification passes, ensuring finalization only occurs after requirements are satisfied.