Skip to main content
Wildo.ai Coming soon

Scaffolding and knowledge

Make the development method reusable

Describe the inputs, guidance and expected result of a development activity in a reusable method.

A reusable method connects its inputs, work and evidence.

Make the development method reusable

Researching a market, shaping a domain and implementing a feature need different methods. Repeating the same broad prompt does not explain what each activity should read or produce.

A Wildo playbook describes a particular activity: its prerequisites, context, guidance and expected outputs. It can draw on the framework skills appropriate to that work.

Example — Prepare the application foundation

The foundation method reads the domain plan and product context, then uses configuration and module guidance to compose the project structure. Its deliverable differs from a research method that writes a product-definition artifact.

For engineers

Read the definition alongside its guidance

The definition declares the method’s structured contract. Its accompanying guidance explains how to carry out the work. The following selected fields come from the foundation definition; other fields are omitted:

{
  "inputs": [
    { "family": "domain-plan" },
    { "family": "vision-brief" },
    { "family": "market-snapshot" },
    { "family": "business-model" },
    { "family": "requirements" },
    { "family": "roadmap" }
  ],
  "outputs": [],
  "method": {
    "skillRefs": [
      "journey-status",
      "config-saas",
      "module-registration",
      "infra-environment-config",
      "local-environment-bootstrap",
      "application-database-migrations"
    ]
  }
}

The empty specification-output list is deliberate here: foundation composition changes application configuration and source. Other methods declare the artifact families they generate. The skill references identify supporting how-to guidance rather than implementing those operations themselves.

Distinguish declared meaning from execution

PartWhat it contributes
PreconditionsWhether required conditions are available
InputsProduct context the method consumes
Method guidanceInstructions for the activity
Skill referencesFramework-specific knowledge used by the method
OutputsIts declared artifact contract, where applicable

Generation reads the native definition as constrained data, expands its references and validates the assembled shape. The integrity audit checks the connections to skills and other declared subjects.

Runtime behavior comes from the consumer executing the method. Optional approval or failure metadata should not be assumed to enforce a runtime gate. Inspect the selected method’s readiness, run outcome and resulting evidence before proceeding.

Building a B2B product or an internal tool?

Wildo is not self-service yet. Tell us what you have in mind and we will say plainly whether it fits, and what happens next.