quick-task

Route single-turn requests among answering, web search, delegated generation, and task updates.

Updated May 1, 2026
One-click install
npx skills add https://github.com/picsky/flowos --skill quick-task-picsky
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quick-task
Source: https://github.com/picsky/flowos/tree/main/templates/skills/quick-task
Command: npx skills add https://github.com/picsky/flowos --skill quick-task-picsky

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

帮你把“可单次完成”的需求从对话里快速落地,避免进入复杂事件链与核心状态变更,让问答、搜索、写作/委托和任务状态更新都能在一次闭环中处理完。

Core Features & Use Cases

  • 即时任务闭环:覆盖日常问答、搜索查询、翻译/改写、生成内容与对话式任务状态更新(完成/推迟/进度),做完即结束。
  • 三种主路径按需切换:纯回答直接作答;需要实时信息则走搜索并标注来源;需要生成内容则将任务委托给匠人执行并回传结果。
  • 状态更新与系统同步:识别“写完了/不想去了/推迟/完成80%”等变更,更新系统任务记录,并同步到 TickTick(不可用时仍会记录并向你说明)。
  • 推迟后的动态重排:当任务已存在排程时间槽时,会触发联动重排,减少你手动调整的成本。

Quick Start

直接对我说“帮我翻译这段英文并顺便润色成更正式的版本”,我会在一次会话中给你最终稿并可按需要更新任务状态。

Frequently Asked Questions about quick-task

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I handle single-turn task requests like translation and search without triggering complex multi-step event chains?

Single-turn task requests are handled by routing between direct answering, web search, delegated content generation, and task status updates. This closes knowledge Q&A, real-time lookup, and writing instantly without triggering multi-step event chains or altering core state.

Can I sync task status updates like completion or procrastination directly to TickTick?

Yes, task status updates like completion, procrastination, and progress reporting sync directly to TickTick. If TickTick is unavailable, the system still records the status update internally and informs you of the synchronization failure.

What happens to my scheduled tasks when I report a procrastination or delay?

When you report a procrastination or delay for a task with an existing scheduled time slot, the system triggers dynamic rescheduling. This automatically rearranges your timeline to reduce the manual cost of adjusting deferred tasks.

How does delegated writing work when I ask for content generation?

Delegated writing routes your content generation request to the jiangren agent, which executes the task and returns the final result. If the jiangren agent is unavailable, the system falls back to alternative behavior to ensure you still receive a response.

Does instant web search provide source citations for real-time information lookup?

Yes, instant web search provides source citations for real-time information lookup. When your query requires external data, the system searches the web, retrieves current information, and explicitly annotates the sources within the answer.

What are the limitations if the web search or jiangren agent is unavailable?

If web search or the jiangren agent is unavailable, the system applies deterministic fallback behavior. It will not fail entirely but will rely on direct answering or alternative routing to ensure your single-turn request still receives a valid response.