tachi-orchestration

Load on-demand domain references for tachi orchestrator pipeline phases.

86|21|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/davidmatousek/tachi --skill tachi-orchestration
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tachi-orchestration
Source: https://github.com/davidmatousek/tachi/tree/main/.claude/skills/tachi-orchestration
Command: npx skills add https://github.com/davidmatousek/tachi --skill tachi-orchestration

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

The domain knowledge for the tachi orchestrator provides on-demand references and guidance that keep threat-modeling workflows lean while ensuring adherence to OWASP and MAESTRO standards. It surfaces structured rules and reference material at the phases where orchestration decisions are made, without embedding heavy logic in the orchestrator itself.

Core Features & Use Cases

  • On-demand loading of domain knowledge during specific pipeline phases (Format detection, DFD classification, trust boundaries, STRIDE-per-Element dispatch rules, coverage gates, and SARIF generation).
  • Rich reference material covering format-detection, DFD classification, trust boundaries, coverage requirements, and output schemas, loaded from the skill's references directory.
  • Supports baseline-aware workflows and structural validation checklists, enabling consistent threat modeling across runs.

Quick Start

Load the tachi-orchestration domain knowledge into the orchestrator for on-demand use during the threat-modeling pipeline.

Frequently Asked Questions about tachi-orchestration

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

FAQPage Schema
How do I automate OWASP threat modeling in a CI/CD pipeline?

Automating OWASP threat modeling in a CI/CD pipeline requires an orchestrator that loads on-demand domain knowledge for DFD classification, trust boundaries, and STRIDE-per-Element dispatch during specific phases. This approach keeps the orchestration agent lean without embedding heavy logic.

What is STRIDE-per-Element dispatch in threat modeling?

STRIDE-per-Element dispatch in threat modeling is a structured rule set for applying STRIDE categories to specific Data Flow Diagram elements. It ensures consistent threat identification by loading these dispatch rules on-demand during the pipeline classification phase.

How do I generate SARIF output for security threat models?

Generating SARIF output for security threat models involves loading output schema references on-demand during the final pipeline phase. The orchestrator uses these references to produce structured SARIF documents adhering to baseline-aware workflow standards.

Does this threat modeling orchestrator support baseline-aware workflows?

Yes, the threat modeling orchestrator supports baseline-aware workflows by loading structural validation checklists and coverage requirements on-demand. This ensures consistent threat modeling and adherence to MAESTRO standards across multiple pipeline runs.

When do I need on-demand references for DFD classification?

On-demand references for DFD classification are needed when an orchestrator processes Data Flow Diagrams to identify trust boundaries and apply STRIDE rules. Loading this domain knowledge on-demand prevents bloating the orchestrator with heavy embedded logic.

What are the limitations of embedding threat modeling logic directly in an orchestrator?

Embedding threat modeling logic directly in an orchestrator creates a bloated agent and reduces workflow flexibility. Using on-demand references for input format detection, coverage gates, and SARIF generation keeps the orchestrator lean and adaptable to OWASP standards.