contract-status

Track contract phases, SLA time, and readiness via CLI commands.

3|Updated May 20, 2026
One-click install
npx skills add https://github.com/iampawan/Manifest --skill contract-status
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: contract-status
Source: https://github.com/iampawan/Manifest/tree/main/skills/contract-status
Command: npx skills add https://github.com/iampawan/Manifest --skill contract-status

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies tracking the progress and readiness of contracts directly within the command line interface (CLI), saving you time and improving oversight.

Core Features & Use Cases

  • Contract Status Overview: Get a clear summary of a single contract's phase, remaining SLA time, readiness, and the next action to take.
  • In-Flight Contracts Dashboard: Review all currently in-flight contracts in one view, prioritized by urgency.
  • Epic Rollup: Get an aggregated view of multi-contract features or epics to ensure everything is progressing smoothly across different people and repositories.

Quick Start

Check the status of a specific contract using: /status <ID>

Check the status of all in-flight contracts: /status

Frequently Asked Questions about contract-status

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I track contract status and SLA time remaining in a CLI?

You can track contract status and remaining SLA time in a CLI by running a command that outputs the current phase, readiness, and next actions for in-flight contracts. It calculates time-left deterministically without using an LLM.

What is the best way to monitor in-flight software development contracts across repositories?

Monitoring in-flight software development contracts across repositories is done via a dashboard view that lists all active contracts prioritized by urgency. This provides real-time updates on current phases and readiness.

How do I get an aggregated status rollup for multi-contract epics?

To get an aggregated status rollup for multi-contract epics, you use the epic rollup feature. It provides a unified view of features spanning multiple contracts, people, and repositories to ensure smooth progression.

Can I use command line scripts for contract tracking in agile project management without LLM dependencies?

Yes, you can use command line scripts for contract tracking in agile project management without LLM dependencies. The tracking operates using deterministic computations to provide real-time updates on phases and SLA time-left.

Does contract tracking require any external dependencies to display readiness phases?

No, contract tracking does not require external dependencies to display readiness phases. The skill operates independently using scripts to calculate and display SLA time-left and next actions directly in your software development environment.