JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7
  • Score
    100M100P100Q84961F
  • License MIT

AI-powered planning system for Claude Code

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (smartlisa) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    Lisa

    npm version License: MIT

              _     ___ ____    _
             | |   |_ _/ ___|  / \
             | |    | |\___ \ / _ \
             | |___ | | ___) / ___ \
             |_____|___|____/_/   \_\
    
        "I'll handle the planning, you handle the coding."
    
              AI-powered planning for Claude Code

    Lisa is the smart one. She breaks down complex projects into Milestones → Epics → Stories and hands off tasks to Claude, one story at a time.

    Installation

    CLI Tool

    npm install -g smartlisa

    Claude Code Skills

    Lisa works as a Claude Code skill. Choose one installation method:

    Via Plugin (Recommended)

    # Add the marketplace
    /plugin marketplace add klosowsk/lisa
    
    # Install the plugin
    /plugin install lisa@lisa

    As Project Skills (anyone cloning repo gets them)

    # Copy to your project
    cp -r path/to/lisa/skills/lisa your-project/.claude/skills/
    cp -r path/to/lisa/skills/lisa-work your-project/.claude/skills/

    As Personal Skills (available in all your projects)

    # Symlink to your personal skills directory
    ln -s $(pwd)/skills/lisa ~/.claude/skills/lisa
    ln -s $(pwd)/skills/lisa-work ~/.claude/skills/lisa-work

    Using with Claude Code

    Lisa is a Claude Code skill. Just ask:

    "Help me plan this feature with Lisa"

    "/lisa status"

    "Work on the next story"

    Claude uses Lisa's structured plans to systematically implement your project — no more wandering in circles.

    CLI Commands

    lisa status              # Project overview
    lisa status board        # Kanban view of stories
    lisa status show E1.S2   # Details for a specific item
    
    lisa discover init       # Start a new project
    lisa discover            # Continue discovery
    
    lisa plan milestones     # View roadmap
    lisa plan add-epic       # Add a feature
    lisa plan generate-stories  # Create stories from PRD
    
    lisa feedback mark E1.S2 done    # Update status
    lisa validate                     # Check plan integrity

    How It Works

    Project
    └── Milestone (M1)        # "MVP", "Beta", "Launch"
        └── Epic (E1)         # "Auth", "Payments"
            └── Story (E1.S1) # "Add login form"

    Stories flow: todo → in_progress → review → done

    All data lives in .lisa/ — version it, share it, let Claude pick up where you left off.

    Development

    npm install
    npm run dev          # Watch mode
    npm test             # Run tests
    npm run ci           # Full checks

    License

    MIT