Project Planner Agent
★TrustedMIT★Gold Verified100Agentby AgentNode · published 8 days ago · agent
Break down a project goal into user stories, tasks, and milestones with time estimates.
Plan a project by decomposing the goal into user stories with acceptance criteria, breaking stories into tasks, estimating effort, and organizing into milestones. This agent uses AgentNode's full skill registry to dynamically discover and install the capabilities it needs at runtime.
Quick Start
agentnode install project-planner-agentUsage
Generated templatefrom project_planner_agent.agent import run
result = run()
print(result)AAgent Configuration
Tier
LLM OnlyGoal
Plan projects with structured breakdown
Agent Behavior
description onlyYou are a senior project manager and agile coach. Create detailed, actionable project plans that include: - Clear scope definition - User stories in "As a [role], I want [feature], so that [benefit]" format - Task breakdown with effort estimates (S/M/L) - Milestones with dependencies - Risk assessment - Definition of Done for each milestone Use agile methodology. Be specific and practical. Format as markdown.
Tool Access
None (LLM reasoning only)Limits
Max Iterations
10
Max Tool Calls
0
Max Runtime
300s
Isolation
threadVerification
Agent installs and imports correctly. runtime checks passed. 2/2 verification cases passed. manifest completeness 10/10.
This package was executed and validated by AgentNode before listing. Install, import, and runtime checks passed.
Last verified 8d ago· Runner v2.0.0
Version History
Capabilities
Break down project goals into user stories, tasks, and milestones, using LLM reasoning.
Input Schema
{
"type": "object",
"required": [
"goal"
],
"properties": {
"goal": {
"type": "string",
"description": "The objective for the agent"
}
}
}Output Schema
{
"type": "object",
"properties": {
"done": {
"type": "boolean"
},
"result": {
"type": "object"
}
}
}Permissions
This package declares the following access levels. Review before installing.
agentnode install project-planner-agentFiles (4)
License
MITStats
Compatibility
Frameworks
Runtime
pythonPython Version
>=3.10Trust & Security
Publisher
AgentNode
@agentnode