Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ProjectForge

A structured execution framework for AI agents.

ProjectForge helps AI agents turn unclear requests, ideas, goals, and complex tasks into reliable, verified outcomes.

ProjectForge encourages agents to understand the task before acting, compare realistic approaches, create a practical plan, execute carefully, review the result, and verify completion.

Why ProjectForge?

ProjectForge gives AI agents a disciplined process for handling meaningful work.

It helps an agent:

  • understand the real objective
  • inspect available context and resources
  • identify missing information and constraints
  • compare suitable approaches
  • recommend a practical solution
  • create an ordered execution plan
  • perform the work step by step
  • review the final output
  • verify important claims
  • clearly report results, limitations, and next steps

Core Principle

ProjectForge follows one simple rule:

Do not act before understanding the task. Do not claim completion before verification.

The agent should avoid rushing into execution when the task requires analysis, planning, or decision-making.

Multi-Agent Use

ProjectForge can also support systems that use multiple AI agents.

Coordinator Agent → Research Agent → Planning Agent → Execution Agent → Review Agent → Verification Agent → Final Report

All agents should work from the same objective, constraints, and acceptance criteria.

Installation

Clone the repository:

git clone https://github.com/fullstackondemand/skill.projectforge.git

Copy it into the skills directory supported by your AI agent platform.

Example:

skills/
└── projectforge/
    ├── SKILL.md
    └── README.md

The exact installation location depends on the platform or agent framework being used.

Quick start

Start with a clear outcome rather than a long technical specification.

Build a new application

Use ProjectForge to plan and build a URL-shortener MVP.

Analyse an existing repository

Use ProjectForge to inspect this repository and propose the best implementation plan.

Implement a frontend feature

Use ProjectForge to create a responsive appointment-booking interface.

Implement a backend feature

Use ProjectForge to add secure authentication and role-based permissions.

Review an application

Use ProjectForge to review this application for code quality, security,
performance, integration, and production readiness.

Design Principles

Goal before output

The agent should understand the desired outcome before generating deliverables.

Evidence before confidence

A confident answer is not a substitute for verification.

Context before assumptions

Use available facts, files, data, and instructions before inventing details.

Recommendation before execution

For meaningful decisions, explain the chosen direction before committing to it.

Proportional planning

Use enough structure to reduce risk without adding unnecessary process.

Smallest sufficient solution

Prefer the simplest approach that reliably achieves the objective.

Clear ownership

In multi-agent workflows, every task and decision should have a responsible agent.

Honest limitations

Clearly state what is unknown, incomplete, unavailable, or unverified.

Review before delivery

The complete output should be checked before it reaches the user.

Completion requires evidence

A task is complete only when its acceptance criteria have been satisfied and checked.

License

MIT License. © 2026 FullStackOnDemand

About

ProjectForge helps AI agents move from fast responses to reliable execution.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors