Standardized blueprint creation and validation with mandatory schema validation
The Blueprint Creator skill ensures that all task decomposition blueprints are valid and follow the schemas/blueprint.schema.json format. Blueprints are the blueprints for complex task execution.
Blueprints reside in {directories.blueprints}/*/blueprint.json and must contain:
id: Unique identifier.name: Human-readable name.agents: List of participating agents.steps: Array of execution steps.blueprint.json file.scripts/quick_validate.py.schemas/quick_validate.py script must be available for schema validationrelated_skills or related_knowledge fieldsCategory:other