chmadan99/ai-project-manager-assistant
0
๐ค AI Project Manager Assistant
Turn a plain-English project description into a complete, risk-aware project plan using a self-improving LangGraph agent.
What it does
- Breaks your project into 6โ12 concrete tasks with effort estimates
- Maps task dependencies (what must happen before what)
- Builds a day-by-day timeline with parallel work where possible
- Assigns tasks to team members based on skills
- Scores overall risk (0โ10) and identifies individual risk items
- Automatically iterates to improve the plan until risk is acceptable
How to use
- Enter your project description
- List your team members and their skills
- Click Generate Project Plan
Stack
- LangGraph โ stateful agent workflow with improvement loop
- LangChain + GPT-4o-mini โ LLM calls at each step
- Gradio โ interactive UI
Run with live AI
Fork this Space and add OPENAI_API_KEY to Space Secrets (Settings โ Variables and secrets).
