| name | knowledge-capture |
| description | Automates the recording of user decisions, feedback, and tribal knowledge to ensure project consistency and long-term learning across all development tasks. |
| version | 1.0 |
| author | Antigravity Team |
Knowledge Capture Skill
Goal
Capture and persist key architectural or procedural decisions in a centralized log file.
Workflow
1. Discovery & Initialization
2. Entry Capture
- Accept a "Decision" or "Suggestion" from the user.
- Determine the current project context and assign a Theme that best categorises the entry. Common themes include:
UI/UX Preferences, Architecture & Patterns, Data & State Management, Tooling & DevOps, Business Logic & Rules, Performance & Constraints, Testing & QA, Naming Conventions & Style
- Append a new entry to the appropriate category section using the hybrid format above. Do NOT use the legacy 4-column table format for new entries. Old entries may remain in the table format.
3. Validation
- Confirm to the user that the knowledge has been persisted.
- Summarize the impact of the decision.
Usage Guidelines
- Proactive Recording: If a user says "I prefer X over Y" or "Always do Z in this project", activate this skill immediately.
- App Dev Universal: This skill is NOT limited to estimation briefs; use it for all coding, architectural, and design decisions.