Selection Flow
- Identify the operation in plain language.
- Search the Monomer Catalog.
- Prefer core monomers when they express the operation.
- Use extended monomers only when the behavior crosses into external or specialized domains.
- Record any external dependency before composing the PCD.
String Example
| Monomer | Purpose |
|---|---|
MC_40.CONCAT | Join two strings. |
MC_43.LEN | Measure the joined string. |
Arithmetic Example
Agent Checklist
- The monomer exists in the catalog.
- The family matches the intended behavior.
- The PCD keeps control flow explicit.
- Extended behavior is recorded before composition.
- The final explanation names each monomer used.

