JordanGunn

plan

6
1
# Install this skill:
npx skills add JordanGunn/skills --skill "plan"

Install specific skill from multi-skill repository

# Description

>

# SKILL.md


name: plan
description: >
Orchestrator skill for the plan skillset. Dispatches to member skills in a safe, predictable order.
metadata:
author: Jordan Godau
version: 0.1.0

# Strict structure (convention). Agents/tools may parse this.
skillset:
name: plan
schema_version: 1
skills:
- plan-create
- plan-exec
- plan-status

# Shared resources directory for skillset assets, scripts, and references
resources:
  root: .resources
  assets: []
  scripts: []
  references: 
    - DEFINITIONS.md
    - FRONTMATTER.md

# Chaining defaults/rules
pipelines:
  default:
    - plan-create
    - plan-exec
  allowed:
    - [plan-exec]
    - [plan-create]
    - [plan-status]
    - [plan-create, plan-exec]

# Dependencies assumed or provisioned (implementation TBD)
requires: []

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.