{"id":47023716,"url":"https://github.com/kooshapari/agileplus","last_synced_at":"2026-04-26T09:02:57.873Z","repository":{"id":341298430,"uuid":"1169608854","full_name":"KooshaPari/AgilePlus","owner":"KooshaPari","description":"Spec-driven development engine with requirements traceability, ADR management, and project planning","archived":false,"fork":false,"pushed_at":"2026-04-23T03:08:20.000Z","size":6992,"stargazers_count":0,"open_issues_count":90,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-23T05:12:29.154Z","etag":null,"topics":["adr","project-management","requirements","spec-driven","traceability"],"latest_commit_sha":null,"homepage":"https://kooshapari.github.io/AgilePlus/","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KooshaPari.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":"AUDIT_INDEX.md","citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":"docs/roadmap/index.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-02-28T23:49:47.000Z","updated_at":"2026-04-06T02:46:21.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/KooshaPari/AgilePlus","commit_stats":null,"previous_names":["kooshapari/agileplus"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/KooshaPari/AgilePlus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KooshaPari%2FAgilePlus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KooshaPari%2FAgilePlus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KooshaPari%2FAgilePlus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KooshaPari%2FAgilePlus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KooshaPari","download_url":"https://codeload.github.com/KooshaPari/AgilePlus/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KooshaPari%2FAgilePlus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32291342,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T08:29:33.829Z","status":"ssl_error","status_checked_at":"2026-04-26T08:29:18.366Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adr","project-management","requirements","spec-driven","traceability"],"created_at":"2026-03-11T22:52:18.320Z","updated_at":"2026-04-26T09:02:57.868Z","avatar_url":"https://github.com/KooshaPari.png","language":"Rust","readme":"# AgilePlus\n\n**AgilePlus is a local-first, spec-driven agile work-tracking CLI for AI-agent and human teams.** It models features, work packages, and acceptance criteria as versioned specs on disk, with optional sync to GitHub Issues, dashboards, and P2P merge for multi-actor collaboration.\n\n## Quick Start\n\nInstall (from this repo):\n\n```bash\ncargo install --path crates/agileplus-cli\n```\n\nThree-step flow:\n\n```bash\n# 1. Create a feature spec (slug-based, kebab-case)\nagileplus specify --feature my-feature-slug\n\n# 2. Generate work packages and tasks for the feature\nagileplus tasks --feature my-feature-slug\n\n# 3. Update work-package state as you progress\nagileplus status my-feature-slug --wp wp-001 --state doing\n```\n\nSee **[`docs/guide/quick-start.md`](docs/guide/quick-start.md)** for the full quickstart, including project init, dashboard, and GitHub sync.\n\n## Documentation\n\nThe canonical user guide lives under **[`docs/guide/`](docs/guide/)**:\n\n| Topic | File |\n|-------|------|\n| Quick start | [`docs/guide/quick-start.md`](docs/guide/quick-start.md) |\n| Getting started (concepts) | [`docs/guide/getting-started.md`](docs/guide/getting-started.md) |\n| `agileplus init` | [`docs/guide/init.md`](docs/guide/init.md) |\n| Workflow | [`docs/guide/workflow.md`](docs/guide/workflow.md) |\n| Configuration | [`docs/guide/configuration.md`](docs/guide/configuration.md) |\n| Sync (GitHub) | [`docs/guide/sync.md`](docs/guide/sync.md) |\n| Triage | [`docs/guide/triage.md`](docs/guide/triage.md) |\n| Local-first deployment | [`docs/guide/local-first-deployment.md`](docs/guide/local-first-deployment.md) |\n\n\u003e **Note on `docs/guide/` vs `docs/guides/`:** `docs/guide/` (singular) is the **canonical** product user guide. `docs/guides/` (plural) holds supplementary contributor/developer references (e.g. `DEV_STACK.md`, `FR_ANNOTATION_GUIDE.md`). When linking from external docs, prefer `docs/guide/`.\n\n## Repository Layout\n\n```\ncrates/                  # Rust workspace (CLI, dashboard, sqlite, p2p, grpc, ...)\ndocs/\n  guide/                 # Canonical user guide (start here)\n  guides/                # Contributor/developer references\n  adr/                   # Architecture Decision Records\n  reference/             # API and CLI reference\nkitty-specs/             # Live AgilePlus feature specs (eat-our-own-dogfood)\n.work-audit/             # Worklog and audit trail\n```\n\n## Governance\n\n- `GOVERNANCE.md` — project governance\n- `AGENTS.md` — agent interaction rules\n- `CLAUDE.md` — Claude Code settings\n\n## Contributing\n\n1. Read [`docs/guide/quick-start.md`](docs/guide/quick-start.md).\n2. Create a feature spec: `agileplus specify --feature \u003cyour-slug\u003e`.\n3. Open a PR referencing the spec.\n\n## License\n\nSee [`LICENSE`](LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkooshapari%2Fagileplus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkooshapari%2Fagileplus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkooshapari%2Fagileplus/lists"}