coconala-prequote-ops-ja

Automate CocoNala prequote intake with entrance judgment and branching decisions.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/riffluv/work1 --skill coconala-prequote-ops-ja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: coconala-prequote-ops-ja
Source: https://github.com/riffluv/work1/tree/main/.codex/skills/coconala-prequote-ops-ja
Command: npx skills add https://github.com/riffluv/work1 --skill coconala-prequote-ops-ja

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

ココナラの前段見積り相談を自動化し、入口判定から 15,000円/保留/断る の分岐を一貫処理して、送信用返信文・内部判定メモ・補足提案の3点セットを返します。

Core Features & Use Cases

  • 入口判定と phase guard で prequote の焦点を判断点に固定する
  • 受注前の見積り相談を「15,000円/保留/断る」の分岐で処理し、買い手向け返信と内部文書を連携させる
  • 3点セット(送信用返信文・内部判定メモ・補足提案)を同時に出力する

Quick Start

受信した前段見積りメッセージを分析し、前段規定に従って3点セットを生成します。

Frequently Asked Questions about coconala-prequote-ops-ja

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

FAQPage Schema
How do I automate prequote intake and reply generation for CocoNala service listings?

Automating CocoNala prequote intake involves analyzing received prequote messages to determine an entrance judgment, then outputting a ready-to-send reply, an internal memo, and a supplementary proposal based on the decision.

What is the best way to handle pre-purchase quote requests and branch into accept, hold, or decline decisions?

Handling pre-purchase quote requests requires a facts-driven workflow that fixes the prequote focus using phase guards, routing the conversation into 15,000 yen, hold, or decline decisions while preventing leakage of post-quote details.

How do I generate an internal decision memo and buyer-facing reply simultaneously from a prequote message?

Generating an internal decision memo and buyer-facing reply simultaneously requires processing the prequote conversation through a workflow that outputs a three-piece set: a ready-to-send reply, an internal memo, and a supplementary proposal.

Can I use this workflow for prequote conversations across profiles and messages before purchase?

Yes, this workflow applies to CocoNala prequote conversations across service listings, profiles, and messages before purchase, supporting buyer-facing reply generation and internal decision documentation when using #R or #A.

How does the phase guard mechanism work to prevent leakage of post-quote details in prequote routing?

The phase guard mechanism works by enforcing phase guards to keep the prequote focus on the judgment point, preventing leakage of post-quote details while using fields like buyer text, route, state, service, and certainty to drive the routing decision.

What limitations apply when routing prequote conversations into hold or decline decisions?

Limitations include strict phase guards that prevent leakage of post-quote details, confining the workflow to prequote conversations before purchase and excluding post-quote processing or post-purchase messaging from its routing scope.