tacigent-method-first

Enforces a structured method-first planning phase for multi-stage workflows.

Updated Mar 29, 2026
One-click install
npx skills add https://github.com/Me1e/ralphthon --skill tacigent-method-first
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tacigent-method-first
Source: https://github.com/Me1e/ralphthon/tree/main/.agents/skills/tacigent-method-first
Command: npx skills add https://github.com/Me1e/ralphthon --skill tacigent-method-first

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Tacigent common protocol prevents premature outputs by enforcing a method-first planning step before task execution, ensuring deterministic and auditable decisions.

Core Features & Use Cases

  • Enforces a structured pre-execution framework: Task Frame, Success Criteria, Constraints, Candidate Methods, Selected Method, Branch Plan, Synthesis Rule, Stop Condition.
  • Requires stage-level artifacts (artifacts/<stage>-method-plan.json) to capture the method rationale and plan for reproducibility.
  • Improves consistency and traceability across Tacigent stages and sub-protocols.

Quick Start

Identify the task, determine the best method-first approach, and document the method plan before proceeding with execution.

Frequently Asked Questions about tacigent-method-first

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

FAQPage Schema
How do I prevent premature task execution in multi-stage workflows?

To prevent premature task execution, enforce a structured method-first planning phase that documents Task Frame, Success Criteria, and Selected Method before proceeding with any non-trivial tasks.

What is method-first planning for task-management workflows?

Method-first planning is a structured pre-execution framework that requires documenting artifacts like Constraints, Candidate Methods, and Stop Condition before task execution begins. It improves consistency and traceability across complex workflow stages.

How do I document decision-making artifacts for stage-level planning?

Document decision-making artifacts by generating a stage-level method plan file, such as artifacts/<stage>-method-plan.json, to capture the method rationale, Branch Plan, and Synthesis Rule for reproducibility and auditability.

When do I need formalized decision recording for workflow planning?

You need formalized decision recording when executing non-trivial tasks within multi-stage workflows that require deterministic outcomes, traceable method selection, and explicit success criteria to prevent unstructured or premature outputs.

Does method-first planning work without external dependencies?

Yes, method-first planning operates without external dependencies, applying structured decision recording directly to Tacigent stage skills and other multi-stage workflows to enforce formalized planning and execution protocols.