agently-playbook

Use when the user wants to build, initialize, validate, optimize, or refactor a model-powered assistant, internal tool, automation, evaluator, or workflow from a business scenario or common problem statement, including project-structure refactors or starter skeletons that may separate model setup, prompt config, and orchestration, even if the request also mentions a UI, app shell, or local model service such as Ollama, and it is still unclear whether the solution should stay a single request, add supporting capabilities, or become orchestration. The user does not need to mention Agently explicitly.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "agently-playbook" with this command: npx skills add agentera/agently-skills/agentera-agently-skills-agently-playbook

Agently Playbook

Use this skill first when the request still starts from business goals, refactor goals, product behavior, or broad model-app language.

The user does not need to say Agently, TriggerFlow, or any other framework term. Generic asks such as "build an assistant", "help me design an internal tool", or "create a validator for common problems" should still start here when the owner layer is unresolved.

Requests that also mention a UI, a web page, a desktop shell, or a local model service such as Ollama should still start here when the request is fundamentally about shaping a model-powered tool rather than only wiring one narrow capability.

Workflow

  1. Reduce the request into scenario and atomic goals.
  2. If the request is a project initialization or structure refactor, choose the owner layers and repo skeleton first.
  3. Choose the narrowest native Agently capability path.
  4. Name the concrete operations or primitives that should be used.
  5. Name the validation rule that proves the design stayed native-first.

Capability Routing

  • model provider setup, settings-file-based model separation, or ${ENV.xxx}-backed settings loading -> agently-model-setup
  • request-side prompt design, prompt placeholder injection, or config-file prompt bridge -> agently-prompt-management
  • output schema and reliability -> agently-output-control
  • response reuse, metadata, or streaming consumption -> agently-model-response
  • session continuity or restore -> agently-session-memory
  • tools, MCP, FastAPIHelper, auto_func, or KeyWaiter -> agently-agent-extensions
  • embeddings, KB, or retrieval-to-answer -> agently-knowledge-base
  • branching, concurrency, waiting/resume, mixed sync/async orchestration, event-driven fan-out, process-clarity refactors, runtime stream, or explicit multi-stage quality loops -> agently-triggerflow
  • migration choice between LangChain and LangGraph -> agently-migration-playbook

Anti-Patterns

  • do not skip this playbook when the owner layer is unresolved
  • do not invent custom output parsers, retry loops, or orchestration first
  • do not split project initialization into a fake standalone framework surface before the owner layers are chosen
  • do not treat multi-agent, judge, or review flows as separate framework surfaces before checking native Agently capabilities

Read Next

  • references/capability-map.md
  • references/project-framework.md

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

agently-model-setup

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-output-control

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-langgraph-to-triggerflow

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

agently-prompt-management

No summary provided by upstream source.

Repository SourceNeeds Review