"8 guided questions. Share your tech audit doc if you have one — we'll pre-fill the technical context. Come back in 90 days: the plan evolves with you."
$ python main.py scope --interactive # Do you have a tech audit doc to share? [y/N] # > y → tech_audit.pdf (42 chunks) # Graph RAG: 47 entities · pre-filling 5 fields # [3/8] AI ambition? → always asked readiness_score: 62 / 100 recommended: Internal Doc Q&A session saved · id: a3f9… # 90 days later… $ python main.py checkin a3f9… --interactive # LangGraph: 6 nodes · delta extracted readiness_score: 75 / 100 delta: +13 evolution: Doc Q&A shipped. ML hire unlocked contract review.
Every enterprise AI engagement starts the same way: leadership wants AI, nobody agrees on what for, and the first project gets chosen based on whoever makes the loudest argument in a workshop. Six months and a failed pilot later, the appetite for AI has halved.
AI Use Case Scoper runs 8 guided questions to understand what a company wants from AI. Share a tech audit doc if you have one — Graph RAG pre-fills the technical context so you spend the conversation on what matters: AI ambition, pain points, and priorities. The output is a ranked use case list with a recommended first project and a 90-day plan. Come back three months later: LangGraph compares reality against the roadmap and generates an evolved plan with an explicit delta. No starting from scratch.
v2 adds hybrid document enrichment, company memory, and a LangGraph check-in pipeline — so the plan evolves as the company does.
Built for conversations with non-technical stakeholders. Every output is specific enough to put in a board deck — and specific enough to revisit in 90 days.
git clone https://github.com/swapnanil/ai-use-case-scoper cd ai-use-case-scoper cp .env.example .env # add your ANTHROPIC_API_KEY docker-compose up api # starts API + Postgres
docker-compose run --rm -it cli scope --interactive
docker-compose run --rm -it cli scope --interactive --no-ingest
python main.py checkin <company-id> \ --session-id <session-id> --interactive
curl -X POST http://localhost:8000/sessions/<id>/export/jira \
-d '{"jira_base_url": "...", "project_key": "AI", "api_token": "..."}'
# Do you have tech docs to share? y # Graph RAG: 47 entities extracted pre_filled: tech_stack, compliance_requirements, has_ml_engineers, engineering_team_size always_asked: ai_ambition, pain_points, timeline # POST /scope → scoping run readiness_score: 62 recommended: "Automated Report Generator" session_id: "a3f9c…"
# POST /companies/:id/checkin readiness_score: 74 readiness_score_delta: +12 evolution_summary "Report generator shipped Week 4. Data blocker resolved — Q&A agent now feasible." milestone_shifts: "Week 3–6 removed (shipped)" dropped_use_cases: []
Each tool is a standalone CLI + REST API solving a real enterprise problem with Claude.