Needs-guarantees mapping scaffold
mapping_scaffoldStructures the applicability judgment for a candidate result by building a scaffold of needs and guarantees from your problem statement.
Instructions
Build the needs<->guarantees scaffold (structured questions + fill-in template) between your problem and a candidate result. Use when applicability is non-obvious and you want structure for the judgment (the judging is yours). Args: problem, candidate_statement.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| problem | Yes | the problem to solve | |
| candidate_statement | Yes | a candidate existing result's statement |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| problem | No | ||
| checklist | No | ||
| questions | Yes | ||
| signature | No | ||
| answer_template | Yes | ||
| candidate_statement | No |