Refresh Claude's context with AI SDLC methodology and workspace structure.
Refreshes Claude's context with AI SDLC methodology and active workspace structure.
/plugin marketplace add foolishimp/ai_sdlc_method/plugin install aisdlc-methodology@aisdlcRefresh Claude's context with AI SDLC methodology and workspace structure.
<!-- Implements: REQ-TOOL-003 (Workflow Commands) --> <!-- Implements: REQ-TOOL-002 (Developer Workspace) -->Usage: /aisdlc-refresh-context
Instructions:
.ai-workspace/templates/AISDLC_METHOD_REFERENCE.md
Check current working directory
pwd
Check workspace structure exists
ls .ai-workspace/tasks/
# Should show: active/, finished/
Check active tasks
cat .ai-workspace/tasks/active/ACTIVE_TASKS.md | head -20
Output to user:
╔══════════════════════════════════════════════════════════════╗
║ AI SDLC Context Refreshed - Ready to Work ║
╚══════════════════════════════════════════════════════════════╝
✅ Workspace Structure Loaded
- Active: .ai-workspace/tasks/active/
- Finished: .ai-workspace/tasks/finished/
✅ Workflow Loaded
1. /aisdlc-status (check where you are)
2. Use TodoWrite tool (track progress)
3. /aisdlc-checkpoint-tasks (after work)
4. /aisdlc-commit (commit and push)
✅ Critical Rules Loaded
- NEVER put finished tasks outside .ai-workspace/
- ALWAYS use TodoWrite tool during work
- ALWAYS checkpoint after completing work
- ALWAYS tag code with # Implements: REQ-*
- ASK if unsure about anything
✅ 7-Stage SDLC Loaded
Current stage: {detect from context or ask}
📚 Full Method Reference:
.ai-workspace/templates/AISDLC_METHOD_REFERENCE.md
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
🚀 Ready to Begin!
What would you like to work on?
If ACTIVE_TASKS.md has tasks:
If ACTIVE_TASKS.md is empty or no workspace:
/aisdlc-init to initializeWhen to use this command:
What this does:
Note: This is a "context refresh" command. Use /aisdlc-init to create a new workspace.