# plans.do

[![npm version](https://img.shields.io/npm/v/plans.do.svg)](https://www.npmjs.com/package/plans.do)
[![npm downloads](https://img.shields.io/npm/dm/plans.do.svg)](https://www.npmjs.com/package/plans.do)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![TypeScript](https://img.shields.io/badge/TypeScript-4.9.5-blue.svg)](https://www.typescriptlang.org/)
[![Discord](https://img.shields.io/badge/Discord-Join%20Chat-7289da?logo=discord&logoColor=white)](https://discord.gg/tafnNeUQdm)
[![GitHub Issues](https://img.shields.io/github/issues/drivly/ai.svg)](https://github.com/drivly/ai/issues)
[![GitHub Stars](https://img.shields.io/github/stars/drivly/ai.svg)](https://github.com/drivly/ai)

SDK for creating and managing structured plans with steps, timelines and integration with APIs.do.

## The Challenge

Effective planning requires addressing several key challenges:

- **Structure**: Creating well-organized plans with clear steps
- **Timeline Management**: Setting realistic timeframes and deadlines
- **Dependencies**: Managing step relationships and prerequisites
- **Adaptability**: Adjusting plans as conditions change
- **Tracking**: Monitoring progress and completion

## The Solution

plans.do provides a clean, type-safe interface for creating and managing plans:

- Create structured plans with defined steps
- Manage timelines and dependencies
- Track progress and completion status
- Integrate with other systems through APIs.do

## Installation

```bash
npm install plans.do
# or
yarn add plans.do
# or
pnpm add plans.do
```

## API Overview

The plans.do SDK exports:

- `plans`: A client for interacting with plans and steps
- Types for strong typing support

## Related Projects

- [goals.do](https://goals.do) - Goal setting and tracking
- [projects.do](https://projects.do) - Project management with tasks and resources
- [functions.do](https://functions.do) - Typesafe AI Functions
- [workflows.do](https://workflows.do) - Business Process Automation
- [agents.do](https://agents.do) - Autonomous Digital Workers
- [apis.do](https://apis.do) - Clickable Developer Experiences

## License

MIT © [Drivly](https://driv.ly)

## Dependencies

- [apis.do](https://www.npmjs.com/package/apis.do) - Unified API Gateway for all domains and services in the `.do` ecosystem
