Skip to content

Njuelle/brief-to-plan-agents

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brief to Plan AI agents

A learning project to explore LangGraph for building AI agent workflows. Takes a project brief and generates a detailed technical implementation plan.

What it does

Converts a simple project idea into:

  • Technical requirements analysis
  • System architecture design
  • Detailed backend/frontend task breakdown with epics, stories, and tasks

Setup

  1. Install dependencies:
npm install
  1. Add your OpenAI API key to .env:
OPENAI_API_KEY=sk-...

Run

npm start -- --brief "Your project idea here"

Example:

npm start -- --brief "A web app to track workout sessions with timers and friend sharing"

Output

  • Console: Quick summary
  • File: Detailed markdown plan in output/plan-[timestamp].md

Built with

  • LangGraph - AI agent orchestration (the main learning focus!)
  • Vercel AI SDK - Structured outputs
  • OpenAI GPT-4o - Language model
  • TypeScript - Type safety

About

A learning project to explore LangGraph for building AI agent workflows. Takes a project brief and generates a detailed technical implementation plan.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors