add-perspective

Add reflection perspectives with id, name, description, and keywords to detection workflows.

1|Updated Jan 3, 2026
One-click install
npx skills add https://github.com/silenvx/flow-development-program --skill add-perspective
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-perspective
Source: https://github.com/silenvx/flow-development-program/tree/main/examples/dekita/.claude/skills/add-perspective
Command: npx skills add https://github.com/silenvx/flow-development-program --skill add-perspective

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This guide helps teams add new reflection perspectives to ensure similar issues are detectable in future retrospectives, enabling continuous learning and improvement.

Core Features & Use Cases

  • Define a new perspective with fields: id, name, description, and keywords.
  • Update the reflection_self_check mechanism to include the new perspective in detection workflows.
  • Extend tests and documentation to cover the new perspective and its integration into the process.

Quick Start

  1. Propose a new perspective to cover a missing detection.
  2. Create a structured entry with id, name, description, and keywords.
  3. Add the entry to the reflection self-check configuration and update tests and docs accordingly.

Frequently Asked Questions about add-perspective

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

FAQPage Schema
How do I add new reflection perspectives to detect recurring issues in post-mortems?

To add new reflection perspectives, you propose a missing detection angle, create a structured entry with id, name, description, and keywords, then integrate it into the self-check workflow and update tests and documentation accordingly.

What is a reflection perspective in retrospective self-checks?

A reflection perspective is a structured entry with defined id, name, description, and keywords that extends the self-check mechanism to capture missing patterns and detect similar issues during future retrospectives and post-mortems.

How do I integrate a new perspective into existing reflection tests and documentation?

You integrate a new perspective by adding its structured entry to the reflection self-check configuration, then extending your test suite and documentation to cover the new perspective and validate its detection workflow integration.

When do I need to update my reflection framework with new perspectives?

You need to update your reflection framework with new perspectives during post-mortems and retrospectives when you identify missing patterns that similar issues could recur without improved detection coverage.

Does adding reflection perspectives require any external dependencies or tools?

No external dependencies or tools are required to add reflection perspectives. The process involves updating your reflection self-check configuration, tests, and documentation directly within your existing workflow.