スキル一覧に戻る
Mission42-ai

managing-signs

by Mission42-ai

Claude Code plugins for modular development workflows: planning, sprint orchestration, and task execution

0🍴 0📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: managing-signs description: Manages learning extraction and sign application workflows. This skill should be used when extracting learnings from session transcripts, reviewing proposed signs, or applying approved learnings to CLAUDE.md files. Triggers on "extract learnings", "review signs", "apply signs", "manage signs", "learning backlog".

Managing Signs

This skill provides workflows for the learning loop - extracting wisdom from session failures and applying them as permanent signs in CLAUDE.md files.

Capabilities

  • Extract learnings from session transcripts
  • Manage the learning backlog (add, list, review)
  • Apply approved signs to target CLAUDE.md files
  • Integrate with sprint workflows for automated extraction

Quick Start

See the plugin commands for available operations:

  • /m42-signs:add - Manually add a learning to the backlog
  • /m42-signs:list - List learnings in the backlog
  • /m42-signs:extract - Extract learnings from a session transcript
  • /m42-signs:review - Review and approve/reject learnings
  • /m42-signs:apply - Apply approved learnings to CLAUDE.md files

Sprint Workflow Integration

Integrate learning extraction into your sprint workflows for automated capture of development insights.

Transcript Location

During sprint execution, session transcripts are stored at:

.claude/sprints/<sprint-id>/transcripts/<phase>-<step>-<subphase>.jsonl

Template Variables

VariableAvailable InDescription
{{sprint.id}}All phasesSprint identifier (e.g., 2026-01-18_feature-name)
{{sprint.name}}All phasesHuman-readable sprint name
{{step.id}}For-each phasesStep identifier (e.g., step-1)
{{step.prompt}}For-each phasesStep description from SPRINT.yaml
{{phase.id}}All phasesCurrent phase identifier

Adding Learning Extraction to a Workflow

Add as a final phase in any sprint workflow:

phases:
  # ... your existing phases ...

  - id: learning-extraction
    prompt: |
      Extract learnings from this sprint's development sessions.

      Use /m42-signs:extract to process transcripts at:
      .claude/sprints/{{sprint.id}}/transcripts/

      Use --confidence-min medium to filter low-confidence patterns.

Using the Workflow Templates

Two templates are provided in assets/:

  1. learning-extraction-workflow.yaml - Standalone learning extraction workflow

    # Reference as a workflow
    - id: learning
      workflow: learning-extraction-workflow
    
  2. sprint-with-learning.yaml - Complete sprint workflow with learning extraction

    # Use as your sprint workflow
    workflow: sprint-with-learning
    

Example Configuration

Full sprint configuration with learning extraction:

# SPRINT.yaml
name: Feature Implementation Sprint
workflow: sprint-with-learning

steps:
  - id: step-1
    prompt: Implement user authentication

  - id: step-2
    prompt: Add authorization middleware

# Learning extraction runs automatically after all steps

Manual Extraction

To manually extract learnings from a specific transcript:

/m42-signs:extract .claude/sprints/<sprint-id>/transcripts/<file>.jsonl --confidence-min medium

Post-Extraction Review

After extraction completes:

  1. Run /m42-signs:status to see backlog summary
  2. Run /m42-signs:review to approve/reject learnings
  3. Run /m42-signs:apply to apply approved signs to CLAUDE.md files

スコア

総合スコア

60/100

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

SKILL.md

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

+20
LICENSE

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

0/10
説明文

100文字以上の説明がある

+10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

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

0/5
Issue管理

オープンIssueが50未満

+5
言語

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

+5
タグ

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

0/5

レビュー

💬

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