| name | plant-trait-target-deriver |
| description | Use this skill when you need to derive, from web-sourced evidence, typical values for a named plant's annual GPP, LAI, specific LAI or specific leaf area, Rubisco Vcmax at 25oC, Jmax at 25oC, root-to-shoot ratio, rooting depth, leaf protein nitrogen, and leaf chlorophyll nitrogen. |
Plant Trait Target Deriver
Use When
Use this skill when the user gives a plant name such as Limber Pine, maize, or switchgrass and wants a compact trait summary with defensible typical values.
Target outputs
Derive typical values for:
- annual
GPP
LAI
- specific
LAI or specific leaf area
- Rubisco
Vcmax at 25oC
Jmax at 25oC
- root-to-shoot ratio
- rooting depth
- leaf protein nitrogen concentration
- leaf chlorophyll nitrogen concentration
Output expectations
Return a compact table or JSON object with:
plant_name
accepted_scientific_name
growth_form
- one row per target trait
typical_value
units
provenance
species-sourced
genus-inferred
functional-type-inferred
no-defensible-estimate
rationale
source_links
Required behavior
- Resolve the accepted scientific name first.
- Determine the growth form:
- tree
- shrub
- grass
- crop grass
- forb/herb
- Search the web using primary and peer-reviewed sources.
- Prefer species-level values.
- If species-level values are unavailable, fall back in order:
- same species in a closely related study system
- same genus
- same functional type
- Label the provenance explicitly.
- Never present a guessed value as directly measured.
Unit conventions
Use these default units unless the user requests otherwise:
- annual
GPP: gC m-2 yr-1
LAI: m2 leaf m-2 ground
- specific
LAI / specific leaf area: m2 gC-1
- this is the preferred EcoSIM-facing unit
- if source values use dry-mass units such as
m2 kg-1 DW or cm2 g-1 DW, convert to m2 gC-1 only when a defensible carbon fraction is available
- if conversion is not defensible, report the source value separately and state that the EcoSIM-unit conversion is unresolved
Vcmax25: umol m-2 s-1
Jmax25: umol m-2 s-1
- root-to-shoot ratio:
kg root kg-1 shoot or unitless mass ratio
- rooting depth:
m
- leaf protein nitrogen concentration:
g N g-1 leaf or mg N g-1 leaf
- leaf chlorophyll nitrogen concentration:
g N g-1 leaf or equivalent chlorophyll-N fraction
If a source reports nitrogen on an area basis rather than mass basis, preserve the source unit unless a clean conversion is possible from the same source.
Search strategy
Before doing substantial work, read references/trait_derivation_guide.md.
Suggested sequence:
- Taxonomy and growth form:
- Kew POWO
- USDA or species-profile sources
- Productivity and canopy structure:
- flux, forestry, crop, or ecological studies
- Photosynthetic traits:
- peer-reviewed gas-exchange or trait papers
- Rooting traits:
- species reviews, crop references, root trait papers
- Nitrogen allocation traits:
- leaf economics or crop physiology papers
Trait-specific guidance
Deliverable format
Prefer a flat table with these columns:
trait
value
units
provenance
source
notes
If the user asks for machine-readable output, emit JSON using the schema in references/trait_output_schema.md.
Notes
- This skill is intentionally narrow and should not attempt to derive the entire EcoSIM parameter set.
- Be conservative with
Vcmax25, Jmax25, protein N, and chlorophyll N because these are often study-specific.
- Use exact source links in the final answer whenever web evidence is used.