Loading...
Loading...
Found 1,308 Skills
Break down a requirement that is "too large to be implemented as a single feature" into a list of sub-features with dependencies and statuses, and place it in the independent `codestable/roadmap/{slug}/` directory — serving as the seed and scheduling basis for subsequent multiple feature processes. Two modes: new (draft a new roadmap from a large requirement), update (refresh an existing roadmap: add items, modify dependencies, reorder, mark as drop). Division of labor with requirements / architecture — those two record "what the system is now", while the roadmap records "what we plan to do next". Trigger scenarios: Users say "I want an X system", "Help me break down this requirement", "Schedule this large requirement", "Create a roadmap", or it is found during the feature-design phase that the requirement is too large to fit into a single feature.
Api2pdf integration. Manage data, records, and automate workflows. Use when the user wants to interact with Api2pdf data.
Open Exchange Rates integration. Manage data, records, and automate workflows. Use when the user wants to interact with Open Exchange Rates data.
Pushpay integration. Manage data, records, and automate workflows. Use when the user wants to interact with Pushpay data.
Amara integration. Manage data, records, and automate workflows. Use when the user wants to interact with Amara data.
Sendspark integration. Manage data, records, and automate workflows. Use when the user wants to interact with Sendspark data.
Meteomatics Weather API integration. Manage data, records, and automate workflows. Use when the user wants to interact with Meteomatics Weather API data.
Nuapay integration. Manage data, records, and automate workflows. Use when the user wants to interact with Nuapay data.
Neverbounce integration. Manage data, records, and automate workflows. Use when the user wants to interact with Neverbounce data.
BoxHero integration. Manage data, records, and automate workflows. Use when the user wants to interact with BoxHero data.
TRIGGER when: user asks about querying or mutating Steedos data via GraphQL (POST /graphql); asks about auto-generated GraphQL operations ({object}, {object}__findOne, {object}__count, {object}__insert, {object}__update, {object}__delete); asks about __expand for lookup expansion, _display for formatted values, _permissions for record permissions, _related_* for related records, or DataLoader batching; asks about filters/pagination/sorting in a GraphQL query against Steedos; asks about Apollo Playground at /graphql. SKIP: user wants REST API CRUD — use steedos-server-api or steedos-builder6-api; user wants to call a server function — use steedos-object-functions + steedos-server-api; user is building a generic GraphQL server unrelated to Steedos. Steedos GraphQL API auto-generated from object metadata at /graphql. Covers all CRUD queries/mutations, lookup expansion, display formatting, record permissions, related records, filters, pagination, and authentication.
Netlify integration. Manage data, records, and automate workflows. Use when the user wants to interact with Netlify data.