Create contract-validator commands (3 commands) #189

Closed
opened 2026-01-26 19:02:12 +00:00 by lmiranda · 0 comments
Owner

Overview

Create command files for contract-validator user interactions.

Commands

/validate-contracts

  • Maps to: full_validation agent
  • Full project validation across all plugins

/check-agent {name}

  • Maps to: agent_check agent
  • Validate single agent definition

/list-interfaces

  • Maps to: parse_plugin_interface for all plugins
  • Show what each plugin produces/accepts

Files to Create

  • plugins/contract-validator/commands/validate-contracts.md
  • plugins/contract-validator/commands/check-agent.md
  • plugins/contract-validator/commands/list-interfaces.md

Sprint: Sprint 2 - contract-validator Plugin
Labels: Type/Feature, Complexity/Low, Priority/Medium, Effort/S

## Overview Create command files for contract-validator user interactions. ## Commands ### /validate-contracts - Maps to: `full_validation` agent - Full project validation across all plugins ### /check-agent {name} - Maps to: `agent_check` agent - Validate single agent definition ### /list-interfaces - Maps to: `parse_plugin_interface` for all plugins - Show what each plugin produces/accepts ## Files to Create - `plugins/contract-validator/commands/validate-contracts.md` - `plugins/contract-validator/commands/check-agent.md` - `plugins/contract-validator/commands/list-interfaces.md` **Sprint:** Sprint 2 - contract-validator Plugin **Labels:** Type/Feature, Complexity/Low, Priority/Medium, Effort/S
lmiranda added this to the Sprint 2 - contract-validator Plugin milestone 2026-01-26 19:02:41 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: personal-projects/leo-claude-mktplace#189