Skip to content

Latest commit

 

History

History
43 lines (35 loc) · 1.6 KB

File metadata and controls

43 lines (35 loc) · 1.6 KB

Roadmap — claude-code-setup

Sprint 1: Initial Setup (MVP)

  • Define project goals and use cases
  • Create directory structure
  • Create concept document
  • Create README.md
  • Create AI_INSTRUCTIONS.md
  • Create roadmap.md (this file)
  • Create daily task tracker
  • Create project-level .claude/settings.json
  • Create doc-keeper agent
  • Verify consistency across all documents
  • Initialize git repository

Sprint 2: UX Improvements & Documentation (Done)

  • Rename Files_Used/PUT_IN_GLOBAL_CLAUDE_FOLDER/ to global_config/
  • Update all cross-references (AI_INSTRUCTIONS, concept.md, doc-keeper.md)
  • SKILL.md: Add context detection (existing folder vs fresh start)
  • SKILL.md: Smart project name suggestion from folder name
  • SKILL.md: Add Phase 5.5 for project-specific skills
  • README: Add Two Setup Approaches section
  • README: Add Global vs Project-Level Configuration section
  • README: Add Skills and Agents comparison section
  • README: Add overwrite warning to Quick Start
  • README: Add Customizing Skills section

Sprint 3: Further Polish & Extend (Planned)

  • Add installation script or Makefile for automated copy to ~/.claude/
  • Add more skills (e.g., code review, commit helper)
  • Add agent templates for common project types
  • Add a "verify global setup" checklist document

Status

Sprint Status Notes
Sprint 1 Done Initial project setup
Sprint 2 Done UX improvements, folder rename, README expansion
Sprint 3 Planned Further polish and new skills