スキル一覧に戻る
grandinh

contextkit-planning-trigger

by grandinh

Multi-agent orchestration framework with cc-sessions. Some pipelines awaken. This one hungers.

2🍴 0📅 2025年12月6日
GitHubで見るManusで実行

SKILL.md


name: contextkit-planning-trigger description: Natural language wrapper for ContextKit planning commands - automatically triggers /ctxk:plan commands when users request planning assistance schema_version: 1.0

contextkit-planning-trigger

Type: ANALYSIS-ONLY DAIC Modes: DISCUSS, ALIGN, IMPLEMENT, CHECK (all modes) Priority: Medium

Trigger Reference

This skill activates on:

  • Keywords: "plan this", "how should I approach", "create plan", "quick plan", "break down into steps", "research tech", "planning", "approach", "strategy", "implementation plan"
  • Intent Patterns: (plan|approach|strategy).*(this|feature|task), how.*?(approach|implement|structure), break.*?down.*?steps, research.*(tech|technology|options), create.*(plan|strategy)

From: skill-rules.json - contextkit-planning-trigger configuration

Purpose

Automatically trigger ContextKit planning commands (/ctxk:plan:quick, /ctxk:plan:1-spec, /ctxk:plan:2-research-tech, /ctxk:plan:3-steps) when users request planning assistance using natural language.

Core Behavior

In any DAIC mode:

  1. Planning Intent Detection

    • Detect planning requests from natural language
    • Route to appropriate ContextKit planning command
  2. Command Routing

    • Quick planning: "plan this feature" → /ctxk:plan:quick
    • Detailed spec: "create detailed spec" → /ctxk:plan:1-spec
    • Tech research: "research technology options" → /ctxk:plan:2-research-tech
    • Implementation steps: "break down into steps" → /ctxk:plan:3-steps

Natural Language Examples

Triggers this skill:

  • ✓ "Plan this feature"
  • ✓ "How should I approach this?"
  • ✓ "Break down into steps"
  • ✓ "Research tech options"
  • ✓ "Create implementation plan"

Safety Guardrails

ANALYSIS-ONLY RULES:

  • ✓ NEVER call write tools
  • ✓ Only invokes ContextKit planning commands (read-only)
  • ✓ Safe to run in any DAIC mode

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です