alibrahim

12 mods across 1 repository, 9 stars between them.

cascade

01

alibrahim/cascade

Plugin Claude Code

AI-native coordination for multi-service development.

9 5mo ago A tokens not measured

cascade

02

alibrahim/cascade

Plugin Claude Code

AI-native coordination for multi-service development. Orchestrates cross-cutting changes across microservices with dependency-aware propagation, automatic contract sync, and cross-service verification.

9 5mo ago A tokens not measured

cascade-contracts

03

alibrahim/cascade

Agent

Updates shared API contracts and dependency map to match actual service implementations. Called by cascade-orchestrator after each service is modified.

9 5mo ago A 29 tokens

cascade-planner

04

alibrahim/cascade

Agent

Creates detailed implementation plans for cross-service changes. Analyzes impact across all services, maps file changes, defines verification criteria. Called by cascade-orchestrator before implementation begins.

9 5mo ago A 39 tokens

cascade-verifier

05

alibrahim/cascade

Agent

Verifies cross-service consistency after changes. Checks for stale references, contract mismatches, and broken imports. Reports specific failures with file paths and line numbers. READ-ONLY — does not fix anything.

9 5mo ago A 44 tokens

cascade-worker

06

alibrahim/cascade

Agent

Implements code changes in a single service. Called by cascade-orchestrator with a specific service path and change description. Follows TDD when test infrastructure exists. Does NOT update contracts.

9 5mo ago A 41 tokens

alibrahim/cascade

Agent

Use this agent for any change that spans multiple services or requires cross-service coordination. Examples: adding a field that flows through multiple services, renaming a field across all services, adding middleware to all services, updating API contracts, or any change where one service's modification affects…

9 5mo ago A 212 tokens

cascade-init

08

alibrahim/cascade

Command

Initialize Cascade in the current project. Scans for services, generates cascade.yaml config, creates contracts directory, and sets up the orchestration framework.

9 5mo ago A 32 tokens

cascade-status

09

alibrahim/cascade

Command

Show the current state of Cascade orchestration. Displays service health, contract versions, uncommitted changes, and progress.

9 5mo ago A 27 tokens

contract-management

10

alibrahim/cascade

Skill Claude CodeCodex

Use when working with API contracts in a multi-service project. Ensures contracts stay in sync with implementations and downstream consumers are updated when APIs change.

9 5mo ago A 32 tokens

alibrahim/cascade

Skill Claude CodeCodex

Use when verifying that a cross-service change was applied correctly. Checks for stale references, contract mismatches, uncommitted changes, and broken imports across all services.

9 5mo ago A 38 tokens

alibrahim/cascade

Skill Claude CodeCodex

Use when a change request affects multiple services or needs cross-service coordination. Activates the Cascade orchestration workflow with dependency-aware propagation.

9 5mo ago A 32 tokens