plan-contextualize

Generate a deterministic plan_context.md from an approved plan.md.

1|Updated Mar 16, 2026
One-click install
npx skills add https://github.com/jackson2787/torque-coding --skill plan-contextualize
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plan-contextualize
Source: https://github.com/jackson2787/torque-coding/tree/main/skills/state-machine/plan-contextualize
Command: npx skills add https://github.com/jackson2787/torque-coding --skill plan-contextualize

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PLAN-CONTEXTUALIZE provides a deterministic, powerful-model pack that eliminates the need for repeated repository exploration during BUILD by generating the plan_context.md and exposing the necessary context through fixed on-disk artifacts.

Core Features & Use Cases

  • Packs repo-exploration output into a single, consumable context file (plan_context.md) for BUILD.
  • Executes after plan approval to ensure a validated exploration surface, while leaving doctrine files untouched for BUILD to read directly.
  • Supports scenarios where the executor model must work from a complete, offline copy of the relevant codebase and rules.

Quick Start

Trigger PLAN-CONTEXTUALIZE after plan approval to generate the plan_context.md file and associated artifacts on disk.

Frequently Asked Questions about plan-contextualize

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

FAQPage Schema
How do I stop repeated codebase exploration during build execution?

A plan_context.md file eliminates repeated codebase exploration by packing repository exploration output into a single, consumable context file. Generated after plan approval, it provides the executor model with a complete, offline copy of relevant codebase rules and context.

How do I generate a deterministic plan context file for my build process?

To generate a deterministic plan_context.md, trigger the contextualization process after plan approval. It consumes prerequisites from the machine current-task plan.md file and writes the complete repository exploration pack directly to disk as a fixed artifact.

Do I need an approved plan before creating a repository exploration pack?

Yes, an approved plan.md file is required before creating a repository exploration pack. The process executes strictly after plan approval to ensure a validated exploration surface, consuming the approved status and defined prerequisites from the machine current-task directory.

Does generating a context pack separate doctrine files from the exploration output?

Yes, generating a context pack keeps doctrine files separate from the exploration output. The plan_context.md file is produced as the primary artifact, while doctrine files remain untouched on disk for the build execution phase to read directly.

What are the limitations of packing repository exploration into a single context file?

A limitation of packing repository exploration into a single context file is its dependency on an approved plan.md and related limits.md files. Without this validated prerequisite state, it cannot generate the deterministic plan_context.md artifact for the build phase.