titan-capability-discovery

Inspect .titan directories, plugin packages, and Titan docs to identify reusable workflows.

7|3|Updated Nov 21, 2025
One-click install
npx skills add https://github.com/masorange/titan-cli --skill titan-capability-discovery
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: titan-capability-discovery
Source: https://github.com/masorange/titan-cli/tree/main/.claude/skills/titan-capability-discovery
Command: npx skills add https://github.com/masorange/titan-cli --skill titan-capability-discovery

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Inspects a project, plugin package, and Titan public docs to discover reusable workflow capabilities before creating new workflow code, helping teams avoid duplication and accelerate delivery.

Core Features & Use Cases

  • Scans project context under .titan to surface existing workflows, steps, and registration patterns.
  • Analyzes plugin packages and their registration flows to reveal reusable integration points.
  • Compares local context with Titan public docs to validate capabilities and best practices.
  • Use Case: A team wants to extend a workflow without rewriting existing steps by reusing components.
  • Use Case: A project is refactoring; capability discovery highlights reusable pieces to migrate.

Quick Start

Run capability discovery in project mode to scan the current Titan context and surface reusable workflows, steps, and registration patterns.

Frequently Asked Questions about titan-capability-discovery

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

FAQPage Schema
How do I discover reusable workflows in a Titan project before writing new code?

Analyze plugin packages and their registration flows to reveal reusable integration points. Plugin mode inspects the package structure to identify existing workflows and steps that can be extended or migrated without rewriting code.

What is the best way to find existing Titan workflow steps to extend?

Run capability discovery in project mode to scan the current Titan context. It outputs existing workflows worth extending, reusable steps, and missing pieces that require new code, helping teams refactor efficiently by migrating reusable pieces.

Can I validate local Titan capabilities against public docs?

Yes, public-plugin mode compares local project context with Titan public docs to validate capabilities and best practices. This ensures discovered workflows and registration patterns align with documented standards before implementation.

Do I need a .titan directory to inspect existing workflow capabilities?

When capability discovery outputs missing pieces that require new code, proceed to implement those specific workflow components. This targeted approach ensures you only write new code for gaps not covered by existing reusable workflows and steps.

What are the limitations of Titan capability discovery?

Capability discovery is limited to inspecting .titan directories, plugin packages, and Titan public docs. It surfaces existing workflows, reusable steps, and missing pieces, but does not automatically generate the new code required to fill identified gaps.