context-map

Solid

Generate a map of all files relevant to a task before making changes

AI & Automation 17 stars 3 forks Updated yesterday ISC

Install

View on GitHub

Quality Score: 78/100

Stars 20%
42
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
52
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Context Map Before implementing any changes, analyze the codebase and create a context map. ## Task {{task_description}} ## Instructions 1. Search the codebase for files related to this task 2. Identify direct dependencies (imports/exports) 3. Find related tests 4. Look for similar patterns in existing code ## Output Format ```markdown ## Context Map ### Files to Modify | File | Purpose | Changes Needed | |------|---------|----------------| | path/to/file | description | what changes | ### Dependencies (may need updates) | File | Relationship | |------|--------------| | path/to/dep | imports X from modified file | ### Test Files | Test | Coverage | |------|----------| | path/to/test | tests affected functionality | ### Reference Patterns | File | Pattern | |------|---------| | path/to/similar | example to follow | ### Risk Assessment - [ ] Breaking changes to public API - [ ] Database migrations needed - [ ] Configuration changes required ``` Do not proceed with implementation until this map is reviewed.

Details

Author
archubbuck
Repository
archubbuck/workspace-architect
Created
8 months ago
Last Updated
yesterday
Language
Python
License
ISC

Similar Skills

Semantically similar based on skill content — not just same category