AI Productivity is a skill published by Agensi that acts as an intake layer for agentic workflows. It addresses three recurring problems: vague or underspecified prompts, context bloat from long session logs, and high-risk requests that lack clear success criteria.
The skill supports four defined workflows. Request Triage scopes broad or risky tasks before any execution begins, catching ambiguity that would otherwise cause an agent to drift. Context Compression distills long session histories into a structured summary of facts, decisions, and next steps, reducing the token load passed to downstream agents or tools. Lightweight Rewriting takes loosely stated ideas and converts them into structured prompts that include constraints and formatting rules. Agent Handoffs produce standardized briefs formatted for consumption by multi-agent systems using a multi-agent-coordinator.
Output format depends on the input: a direct answer, a structured internal brief with Summary, Decisions, and Open Questions sections, or a refined prompt ready for immediate execution. No environment variables are required and no external services are listed in the facts.
This skill is appropriate when an orchestration layer needs consistent, logic-driven request shaping before delegating work. It is not a data integration tool, does not connect to databases or APIs, and provides no tools for querying external systems.