What problem does it solve?
This Skill performs the administrative setup for Plexus by creating scorecard and score records via the GraphQL API. It handles only metadata creation (name, external_id, description). It does not cover guidelines or configuration.
Core Features & Use Cases
- Scorecard setup: Create a new scorecard with a human-readable name, web slug (key), external_id, and description.
- Score addition: Add a new score to an existing scorecard with external_id and description.
- Guided workflow: Provides the metadata prompts and handoff steps to proceed with guidelines/config in subsequent skills.
Quick Start
Provide the following basic metadata to begin:
- Scorecard: name: "<Your Scorecard Name>", key: "<slug>", external_id: "<external_id>", description: "<short description>"
- Score: scorecard_name: "<Scorecard Name>", score_name: "<Score Name>", score_external_id: "<external_id>", description: "<short description>"