workflow-chapter3-task-triplet-baseline

Extract, normalize, and compile Chapter 3 task triplets from workflow.md into a baseline.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/skyoxu/godotgame --skill workflow-chapter3-task-triplet-baseline
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: workflow-chapter3-task-triplet-baseline
Source: https://github.com/skyoxu/godotgame/tree/main/.agents/skills/workflow-chapter3-task-triplet-baseline
Command: npx skills add https://github.com/skyoxu/godotgame --skill workflow-chapter3-task-triplet-baseline

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables reliable, idempotent generation and maintenance of Chapter 3 task triplets by automating extraction, normalization, enrichment, and baseline compilation from authoritative workflow sources.

Core Features & Use Cases

  • Idempotent workflow orchestration: run the end-to-end triplet pipeline without duplicating work across re-runs.
  • Normalization and enrichment: convert requirement anchors into concrete task intents and enrich them with repository evidence.
  • Baseline validation: audit coverage, verify task mappings, and prepare triplet artifacts for Chapter 4 overlays.
  • Use Case: initialize a new business repo to generate a clean Chapter 3 triplet baseline or refresh when new tasks are added.

Quick Start

Run the chained Python scripts to extract anchors, normalize intents, audit quality, enrich candidates, audit coverage, and compile the triplet.

Frequently Asked Questions about workflow-chapter3-task-triplet-baseline

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

FAQPage Schema
How do I extract and normalize task triplets from a workflow.md file?

You can extract and normalize task triplets from workflow.md by running chained Python scripts that convert requirement anchors into concrete task intents and enrich them with repository evidence to produce a valid triplet baseline.

What is an idempotent workflow for generating task baselines?

An idempotent workflow for generating task baselines runs the end-to-end triplet pipeline without duplicating work across re-runs, ensuring reliable extraction, normalization, enrichment, and compilation of task artifacts from authoritative sources.

How do I rebuild task maps from tasks_back.json and tasks_gameplay.json?

To rebuild task maps from tasks_back.json and tasks_gameplay.json, run the baseline compilation workflow which audits coverage, verifies task mappings, and prepares triplet artifacts for downstream semantic reviews and overlays.

Can I use Python scripts to audit task triplet coverage in a business repository?

Yes, you can use Python scripts to audit task triplet coverage in a business repository by running the idempotent workflow which audits quality, enriches candidates, and verifies task mappings before preparing artifacts for Chapter 4 overlays.

When do I need to refresh a Chapter 3 task triplet baseline?

You need to refresh a Chapter 3 task triplet baseline when initializing a new business repo to generate a clean baseline or when new tasks are added and the existing triplet artifacts require normalization and enrichment.