| status | stable |
|---|---|
| title | Faq |
AgenticForge is Sister #11 in the Agentra Labs ecosystem. It is a blueprint engine that designs complete project architecture before code generation begins.
AgenticForge uses the .forge file format for persisting blueprints.
32 inventions across 8 tiers, covering decomposition, entity modeling, operations, file structure, dependencies, skeleton generation, integration wiring, and test architecture.
Yes. All sister bridges use NoOp defaults, so AgenticForge works without any other sister installed.
Ten domains: web, api, cli, library, service, database,
embedded, mobile, desktop, plugin.
aforge blueprint validate <blueprint_id>This runs the BlueprintValidator which checks for missing entities, circular dependencies, incomplete structures, and other issues.
The EntityInferrer parses natural language descriptions and extracts domain
objects with fields and relationships. Use aforge entity infer or the
forge_entity_infer MCP tool.
AgenticForge uses stdio JSON-RPC transport following the MCP quality standard.
Error code -32803 is used for unknown tools.
In-memory by default. Use aforge export forge <id> <path> to persist
blueprints to .forge files on disk.