mirror of
https://github.com/obra/superpowers.git
synced 2026-04-25 02:59:05 +08:00
docs: add attribution for skills derived from amplifier
Credit amplifier repo (github.com/microsoft/amplifier @ 2adb63f) for agent patterns that inspired these skills.
This commit is contained in:
20
skills/research/ABOUT.md
Normal file
20
skills/research/ABOUT.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# Research Skills - Attribution
|
||||
|
||||
This skill was derived from agent patterns in the [Amplifier](https://github.com/microsoft/amplifier) project.
|
||||
|
||||
**Source Repository:**
|
||||
- Name: Amplifier
|
||||
- URL: https://github.com/microsoft/amplifier
|
||||
- Commit: 2adb63f858e7d760e188197c8e8d4c1ef721e2a6
|
||||
- Date: 2025-10-10
|
||||
|
||||
## Skills Derived from Amplifier Agents
|
||||
|
||||
**From knowledge-archaeologist agent:**
|
||||
- tracing-knowledge-lineages - Understanding how ideas evolved over time to find old solutions for new problems and avoid repeating past failures
|
||||
|
||||
## What Was Adapted
|
||||
|
||||
The knowledge-archaeologist agent excels at temporal analysis of knowledge evolution, paradigm shift documentation, and preserving the "fossil record" of ideas. This skill extracts the core research techniques for understanding why current approaches exist before proposing changes.
|
||||
|
||||
Adapted with practical search strategies (decision records, git archaeology, conversation history) and scoped for mature codebases (explicitly notes to skip for greenfield projects).
|
||||
Reference in New Issue
Block a user