Introduction
Welcome to SocialSeed Tasker, the next-generation task management system designed for the era of autonomous coding agents and high-performance engineering teams.
What is SocialSeed Tasker?
SocialSeed Tasker is a graph-based task management framework. Unlike traditional linear task trackers, Tasker uses Neo4j to map relationships between issues, components, and code symbols, allowing for deep impact analysis and automated reasoning.
Relationship-First
Track how issues BLOCK, DEPEND_ON, or AFFECT each other in real-time.
Built for Agents
Native support for AI agent integration, including semantic search and reasoning logs.
Core Philosophies
- Explicit Context: No hidden state. Every decision and dependency is explicitly modeled in the graph.
- Architectural Integrity: Built using Hexagonal Architecture to ensure business logic remains isolated and testable.
- Offline-First Sync: Seamlessly sync between local graph data and GitHub issues.
Key Features (v0.9.0)
| Feature | Description |
|---|---|
| Code-as-Graph | Tree-sitter powered parsing that maps your source code directly into the Neo4j task graph. |
| RAG Semantic Search | Find similar issues or relevant code context using high-performance vector embeddings. |
| Impact Analysis | Analyze the risk of a change across the entire dependency chain before committing. |
| Agent Lifecycle | Built-in tracking for autonomous agents working on issues. |
Next Steps
Ready to dive in? Check out the Installation guide or jump straight to the Quick Start.