diy-project-plan

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

DIY Project Plan Skill

DIY项目规划Skill

This skill helps you plan DIY projects by generating comprehensive project plans that include:
  • Step-by-step instructions
  • Required materials with quantities
  • Necessary tools
  • Time estimates
  • Seasonal considerations and weather constraints
  • Safety recommendations
该Skill可通过生成包含以下内容的全面项目计划,帮助你规划DIY项目:
  • 分步操作说明
  • 带数量要求的必备物料
  • 所需工具
  • 时间预估
  • 季节性考量与天气限制
  • 安全建议

When to Use This Skill

何时使用该Skill

Use this skill when the user asks about:
  • Planning a specific DIY project
  • Estimating materials needed for a renovation
  • Understanding the steps required for a DIY task
  • Timing considerations for outdoor projects
  • Tool requirements for home repairs
  • Creating a timeline for multi-step projects
当用户询问以下内容时,使用该Skill:
  • 规划特定DIY项目
  • 估算翻新所需物料
  • 了解DIY任务的必要步骤
  • 户外项目的时间安排考量
  • 家居维修的工具需求
  • 制定多步骤项目的时间线

Planning Workflow

规划工作流程

When the user requests help with a DIY project, follow this 9-step workflow:
当用户请求帮助规划DIY项目时,请遵循以下9步工作流程:

Step 1: Gather Project Information (One Question at a Time)

步骤1:收集项目信息(一次一个问题)

CRITICAL: Ask questions ONE AT A TIME. Do NOT send a wall of text with multiple questions. Wait for the user to answer each question before asking the next.
Question sequence:
  1. First, ask: "What project are you planning to work on?" (get basic project description)
  2. Then ask: "What's the current condition or starting point?"
  3. Then ask: "How would you rate your DIY experience level: beginner, intermediate, or advanced?"
  4. Then ask: "Do you have any timeline constraints or deadlines?"
  5. Smart location question:
    • If project clearly mentions indoor location (bathroom, bedroom, kitchen, living room, etc.), confirm: "I'm assuming this is an indoor project - is that correct?"
    • If project mentions outdoor location (deck, fence, yard, etc.), confirm: "I'm assuming this is an outdoor project - is that correct?"
    • If unclear, ask: "Is this an indoor or outdoor project?"
  6. Then ask: "Where are you located?" (city, state/region, or general area - this determines climate zone and seasonal considerations)
Why one-at-a-time matters: Users get overwhelmed by long question lists. Breaking into individual questions creates a natural conversation flow and ensures you get complete answers to each question.
No examples in questions: Don't include "For example, ..." in questions. Users will just repeat the examples instead of providing their actual information.
重要提示:一次只问一个问题。不要发送包含多个问题的大段文字。等待用户回答每个问题后再提出下一个。
问题顺序:
  1. 首先询问:“你计划开展什么项目?”(获取基本项目描述)
  2. 接着询问:“当前的状况或起始状态是什么?”
  3. 接着询问:“你的DIY经验水平如何:新手、中级还是高级?”
  4. 接着询问:“你有任何时间限制或截止日期吗?”
  5. 智能位置问题:
    • 如果项目明确提到室内地点(浴室、卧室、厨房、客厅等),确认:“我假设这是一个室内项目,对吗?”
    • 如果项目提到室外地点(露台、围栏、庭院等),确认:“我假设这是一个室外项目,对吗?”
    • 如果地点不明确,询问:“这是室内还是室外项目?”
  6. 接着询问:“你所在的位置是哪里?”(城市、州/地区或大致区域——这将决定气候区和季节性考量)
为何要一次一个问题:用户会因冗长的问题列表而感到不知所措。拆分为单个问题可营造自然的对话流程,并确保你获取每个问题的完整答案。
问题中不要包含示例:不要在问题中加入“例如……”。用户只会重复示例,而非提供实际信息。

Step 2: Load Seasonal Rules

步骤2:加载季节性规则

CRITICAL: Before generating any plan, you MUST:
  1. Read
    data/seasonal-rules.json
    from the skill directory
  2. Determine climate zone from user's location (from Step 1 question 7)
  3. Check current date and season
  4. Apply relevant seasonal constraints to the project
This ensures:
  • Outdoor projects are planned for appropriate weather
  • Indoor projects avoid temperature/humidity issues
  • Material selection accounts for seasonal conditions
  • Timeline includes weather-related delays
重要提示:在生成任何计划之前,你必须:
  1. 从Skill目录中读取
    data/seasonal-rules.json
    文件
  2. 根据用户在步骤1第6个问题中提供的位置确定气候区
  3. 查看当前日期和季节
  4. 将相关季节性限制应用于项目
这可确保:
  • 户外项目规划在合适的天气时段
  • 室内项目避免温度/湿度问题
  • 物料选择考虑季节性条件
  • 时间线包含与天气相关的延迟

Step 3: Generate Project Plan and Summary

步骤3:生成项目计划与摘要

Use the plan generation prompt to create a comprehensive plan:
Prompt to use:
prompts/planning.md
from the skill directory
Process:
  1. Read the planning.md prompt template
  2. Fill in the project details gathered in Step 1
  3. Apply seasonal rules from Step 2
  4. Generate a detailed plan that includes:
    • Preparation steps
    • Execution steps (numbered and detailed)
    • Quality checks and finishing touches
    • Safety warnings and considerations
    • Time estimates for each phase
    • Skill level requirements
IMPORTANT - Write to File, Show Summary:
  1. Write the full detailed plan to a file:
    ~/projects/diy/{project-name}-plan.md
  2. Do NOT show the full plan inline - instead, show a concise summary with:
    • Number of steps: Total count of major steps
    • Total time: Hours needed, split into weeknight/weekend breakdown (e.g., "12 hours total - feasible over 2 weekends")
    • Key tools needed: List 3-5 most important tools (full list in plan file)
    • Key milestones: Major checkpoints in the project
  3. Ask: "The full detailed plan has been saved to
    ~/projects/diy/{project-name}-plan.md
    . Would you like me to show the complete plan here as well?"
  4. Only if user says yes, then show the full plan inline
使用计划生成提示创建全面的计划:
使用的提示:Skill目录中的
prompts/planning.md
流程:
  1. 读取planning.md提示模板
  2. 填入步骤1中收集的项目详情
  3. 应用步骤2中的季节性规则
  4. 生成包含以下内容的详细计划:
    • 准备步骤
    • 执行步骤(编号且详细)
    • 质量检查与收尾工作
    • 安全警示与注意事项
    • 各阶段的时间预估
    • 技能水平要求
重要提示 - 写入文件,展示摘要:
  1. 将完整的详细计划写入文件:
    ~/projects/diy/{project-name}-plan.md
  2. 不要在对话中展示完整计划——而是展示简洁的摘要,包含:
    • 步骤数量:主要步骤的总数
    • 总耗时:所需小时数,按工作日晚间/周末拆分(例如:“总计12小时——可在2个周末完成”)
    • 关键工具:列出3-5个最重要的工具(完整列表在计划文件中)
    • 关键里程碑:项目中的主要检查点
  3. 询问:“完整的详细计划已保存至
    ~/projects/diy/{project-name}-plan.md
    。你是否希望我在此处也展示完整计划?”
  4. 仅当用户回答“是”时,才在对话中展示完整计划

Step 4: Identify Required Skills and Techniques (Grouped by Category)

步骤4:识别所需技能与技术(按类别分组)

After generating the project plan, extract and categorize all DIY skills or techniques required:
Process:
  1. Review the project plan and identify all techniques
  2. Group skills by category (plumbing, electrical, carpentry, handyperson, etc.)
  3. Assign difficulty level to each: basic, intermediate, or advanced
  4. Present grouped list based on user's experience level
Format based on user experience:
If user is intermediate, present as:
**Refreshers** (basic skills you likely know):
- Plumbing: Using plumber's tape on threaded connections
- Handyperson: Using a level to ensure proper placement

**Good to research** (matching your level):
- Plumbing: Applying plumber's putty for drain seals
- Handyperson: Finding wall studs and securing to studs

**Might need help** (advanced for this project):
- Plumbing: Soldering copper pipe connections (if applicable)

Would you like detailed instructions on any of these? Just tell me which ones.
Adjust groupings for beginner (most are "good to research" or "might need help") and advanced (most are "refreshers").
If user requests clarification, provide:
  • What the technique is
  • When and why it's used in this project
  • Step-by-step instructions
  • Common mistakes to avoid
  • Visual cues for doing it correctly
生成项目计划后,提取并分类所有所需的DIY技能或技术:
流程:
  1. 审阅项目计划并识别所有技术
  2. 按类别分组技能(管道、电气、木工、杂工等)
  3. 为每项技能分配难度等级:基础、中级或高级
  4. 根据用户的经验水平展示分组列表
根据用户经验调整格式:
如果用户是中级水平,展示格式如下:
**复习内容**(你可能已掌握的基础技能):
- 管道:在螺纹连接处使用生料带
- 杂工:使用水平仪确保安装位置正确

**建议学习**(匹配你的水平):
- 管道:为排水密封件涂抹管道腻子
- 杂工:寻找墙筋并固定

**可能需要帮助**(本项目中的高级技能):
- 管道:铜管道连接焊接(如适用)

你是否需要其中任何技能的详细说明?只需告诉我具体是哪项。
为新手(大部分为“建议学习”或“可能需要帮助”)和高级用户(大部分为“复习内容”)调整分组。
如果用户请求说明,提供:
  • 该技术是什么
  • 在本项目中何时及为何使用它
  • 分步操作说明
  • 需避免的常见错误
  • 正确操作的视觉提示

Step 5: Recommend Specific YouTube Videos

步骤5:推荐特定YouTube视频

Provide helpful video resources for the project:
Process:
  1. Recommend 2-3 specific YouTube videos with actual titles and channel names
  2. Include what aspect each video covers
  3. Prioritize well-known DIY channels (This Old House, Family Handyman, Home RenoVision DIY, etc.)
Example format:
Recommended YouTube videos for visual guidance:

1. "How to Replace a Bathroom Faucet" by This Old House
   - Good for: Overall project walkthrough with professional tips

2. "Plumber's Tape - The RIGHT Way" by Roger Wakefield
   - Good for: Mastering the teflon tape technique

3. "How to Install a Bathroom Vanity" by Home RenoVision DIY
   - Good for: Securing vanity and connecting plumbing
How to find specific videos:
  • Use your knowledge of popular DIY YouTube channels
  • Match video topics to the specific project
  • Prefer videos from established channels with good production quality
  • Include channel name so user can find the exact video
为项目提供实用的视频资源:
流程:
  1. 推荐2-3个带有实际标题和频道名称的特定YouTube视频
  2. 说明每个视频涵盖的内容
  3. 优先推荐知名DIY频道(This Old House、Family Handyman、Home RenoVision DIY等)
示例格式:
推荐用于视觉指导的YouTube视频:

1. 《How to Replace a Bathroom Faucet》 by This Old House
   - 适用场景:包含专业技巧的完整项目流程演示

2. 《Plumber's Tape - The RIGHT Way》 by Roger Wakefield
   - 适用场景:掌握生料带使用技巧

3. 《How to Install a Bathroom Vanity》 by Home RenoVision DIY
   - 适用场景:固定洗手台并连接管道
如何查找特定视频:
  • 利用你对热门DIY YouTube频道的了解
  • 匹配视频主题与具体项目
  • 优先选择知名频道的高质量视频
  • 包含频道名称,方便用户找到确切视频

Step 6: Check Tool Inventory

步骤6:检查工具库存

Help the user understand what tools they need:
Process:
  1. Extract tools from the planning.md output
  2. Extract all tools mentioned in the project plan
  3. Categorize tools as:
    • Essential: Cannot complete project without these
    • Recommended: Makes the job significantly easier
    • Optional: Nice to have but not necessary
  4. For each tool, provide:
    • Tool name and typical use
    • Why it's needed for this project
    • Approximate cost range (if purchasing)
    • Rental availability (for expensive tools)
    • Alternative tools or workarounds
Ask the user: "Do you already own any of these tools, or would you like suggestions for alternatives?"
帮助用户了解所需工具:
流程:
  1. 从planning.md输出中提取工具
  2. 提取项目计划中提到的所有工具
  3. 将工具分类为:
    • 必备:没有这些工具无法完成项目
    • 推荐:可显著简化工作
    • 可选:有则更好,但非必需
  4. 为每个工具提供:
    • 工具名称与典型用途
    • 本项目需要它的原因
    • (如购买)大致价格范围
    • (昂贵工具)租赁渠道
    • 替代工具或解决方法
询问用户:“你已经拥有这些工具中的任何一个吗?或者你需要替代工具的建议?”

Step 7: Generate Materials Checklist

步骤7:生成物料清单

Create a detailed shopping list:
Prompt to use:
prompts/materials.md
from the skill directory
Process:
  1. Read the materials.md prompt template
  2. Calculate material quantities based on project scope
  3. Include:
    • Primary materials with specific quantities
    • Consumables (tape, sandpaper, etc.)
    • Safety equipment
    • Waste factor (typically 10-15% extra)
  4. Organize by:
    • Category (paint, lumber, hardware, etc.)
    • Where to buy (hardware store, specialty shop, etc.)
    • Estimated cost range
  5. Note any materials with:
    • Long lead times
    • Seasonal availability issues
    • Specific brand/quality recommendations
Present as a formatted checklist the user can take to the store.
创建详细的购物清单:
使用的提示:Skill目录中的
prompts/materials.md
流程:
  1. 读取materials.md提示模板
  2. 根据项目范围计算物料数量
  3. 包含:
    • 带具体数量的主要物料
    • 消耗品(胶带、砂纸等)
    • 安全装备
    • 损耗余量(通常为10-15%的额外量)
  4. 按以下方式组织:
    • 类别(涂料、木材、五金件等)
    • 购买渠道(五金店、专卖店等)
    • 大致价格范围
  5. 标注以下物料:
    • 交货周期长的
    • 季节性供应受限的
    • 有特定品牌/质量推荐的
以用户可带至商店的格式化清单展示。

Step 8: Create Timeline

步骤8:创建时间线

Generate a realistic project timeline:
Prompt to use:
prompts/timeline.md
from the skill directory
Process:
  1. Read the timeline.md prompt template
  2. Break the project into phases
  3. For each phase, estimate:
    • Active work time
    • Drying/curing/setting time
    • Weather windows (for outdoor projects)
  4. Account for:
    • User's experience level (add time for beginners)
    • Seasonal constraints from Step 2
    • Material delivery times
    • Inspection or permit requirements
  5. Provide:
    • Best-case timeline
    • Realistic timeline (recommended)
    • Worst-case timeline
    • Key milestones and decision points
Include a day-by-day or phase-by-phase schedule.
生成符合实际的项目时间线:
使用的提示:Skill目录中的
prompts/timeline.md
流程:
  1. 读取timeline.md提示模板
  2. 将项目拆分为多个阶段
  3. 为每个阶段估算:
    • 实际工作时间
    • 干燥/固化/定型时间
    • (户外项目)天气窗口
  4. 考虑以下因素:
    • 用户的经验水平(为新手增加时间)
    • 步骤2中的季节性限制
    • 物料交货时间
    • 检查或许可要求
  5. 提供:
    • 最佳情况时间线
    • 符合实际的时间线(推荐)
    • 最坏情况时间线
    • 关键里程碑与决策点
提供按天或按阶段的日程安排。

Step 9: Offer Project Export

步骤9:提供项目导出选项

Ask the user if they'd like to save the complete plan:
Options to offer:
  1. Markdown file: Full project plan in a readable format
  2. Checklist format: Simplified task list for tracking progress
  3. Shopping list: Just the materials checklist
  4. Timeline only: Just the schedule
Example prompt: "Would you like me to save this project plan to a file? I can create a complete markdown document, or just export the shopping list and timeline."
If the user agrees:
  • Create a well-formatted file in their preferred location
  • Use a descriptive filename like
    paint-bedroom-project-plan.md
  • Include all relevant sections from Steps 3-6
  • Add a header with project name, date created, and estimated completion
询问用户是否需要保存完整计划:
提供的选项:
  1. Markdown文件:格式易读的完整项目计划
  2. 清单格式:用于跟踪进度的简化任务列表
  3. 购物清单:仅包含物料清单
  4. 仅时间线:仅包含日程安排
示例提示:“你是否需要我将此项目计划保存为文件?我可以创建完整的Markdown文档,或者仅导出购物清单和时间线。”
如果用户同意:
  • 在用户偏好的位置创建格式规范的文件
  • 使用描述性文件名,如
    paint-bedroom-project-plan.md
  • 包含步骤3至6中的所有相关部分
  • 添加包含项目名称、创建日期和预计完成时间的页眉

Example Usage

示例用法

User: "I want to paint my bedroom. It's about 12x14 feet with 8-foot ceilings."
Skill response:
  1. Gather more info: "Great! A few questions to help me plan this:
    • How many windows and doors are in the room?
    • What's the current wall condition (smooth, textured, damaged)?
    • What color are you painting from and to?
    • Have you painted a room before?
    • When are you hoping to complete this?"
  2. Load seasonal rules: Read seasonal-rules.json, check current date, ask about climate if needed
  3. Generate plan using planning.md:
    • Prep: Move furniture, tape edges, fill holes, sand, prime
    • Paint: Cut in edges, roll walls, apply 2 coats
    • Finish: Remove tape, touch up, clean up
    • Time estimate: 6-8 hours spread over 2-3 days
  4. Tool inventory from planning output:
    • Essential: Roller, roller tray, 2.5" angled brush, painter's tape, drop cloths
    • Recommended: Paint edger, extension pole
    • Optional: Paint sprayer
  5. Materials checklist using materials.md:
    • 2 gallons paint (walls: ~450 sq ft)
    • 1 quart primer
    • Painter's tape (2 rolls)
    • Drop cloths
    • Sandpaper assortment
    • Spackle
    • Etc.
  6. Timeline using timeline.md:
    • Day 1 (3-4 hrs): Prep and prime
    • Day 2 (2-3 hrs): First coat (allow 4 hours drying)
    • Day 2/3 (2-3 hrs): Second coat
    • Total: 2-3 days with drying time
  7. Offer export: "Would you like me to save this complete bedroom painting plan to a file?"
用户:“我想粉刷我的卧室。它大约12×14英尺,天花板高8英尺。”
Skill回复:
  1. 收集更多信息:“好的!我需要几个问题来帮你规划:
    • 房间里有多少扇窗户和门?
    • 当前墙面状况如何(平整、有纹理、损坏)?
    • 你要从什么颜色刷成什么颜色?
    • 你之前刷过房间吗?
    • 你希望什么时候完成这个项目?”
  2. 加载季节性规则:读取seasonal-rules.json,检查当前日期,必要时询问气候信息
  3. 使用planning.md生成计划:
    • 准备工作:移动物品、贴美纹纸、填补孔洞、打磨、刷底漆
    • 粉刷:描边、滚刷墙面、刷2遍漆
    • 收尾:移除美纹纸、补漆、清理
    • 时间预估:6-8小时,分2-3天完成
  4. 从计划输出中整理工具清单:
    • 必备:滚筒、滚筒托盘、2.5英寸斜角刷、美纹纸、防尘布
    • 推荐:修边器、延长杆
    • 可选:喷漆器
  5. 使用materials.md生成物料清单:
    • 2加仑涂料(墙面:约450平方英尺)
    • 1夸脱底漆
    • 美纹纸(2卷)
    • 防尘布
    • 各种砂纸
    • 墙面腻子
  6. 使用timeline.md生成时间线:
    • 第1天(3-4小时):准备工作与刷底漆
    • 第2天(2-3小时):第一遍漆(需4小时干燥)
    • 第2/3天(2-3小时):第二遍漆
    • 总计:2-3天(含干燥时间)
  7. 提供导出选项:“你是否需要我将这份完整的卧室粉刷计划保存为文件?”

Tips for Accurate Planning

精准规划技巧

Material Calculations

物料计算

  • Always add 10-15% waste factor
  • Round up to standard package sizes
  • Account for multiple coats when needed
  • Consider substrate absorption (porous surfaces need more)
  • 始终添加10-15%的损耗余量
  • 向上取整为标准包装规格
  • 考虑多遍涂刷的需求
  • 考虑基材吸收性(多孔表面需要更多物料)

Time Estimates

时间预估

  • Beginner: 2x the standard time
  • Intermediate: 1.5x the standard time
  • Advanced: 1x the standard time
  • Always include prep and cleanup time
  • Factor in drying/curing between steps
  • 新手:标准时间的2倍
  • 中级:标准时间的1.5倍
  • 高级:标准时间的1倍
  • 始终包含准备和清理时间
  • 考虑步骤之间的干燥/固化时间

Seasonal Adjustments

季节性调整

  • ALWAYS consult seasonal-rules.json before finalizing a plan
  • Outdoor projects: Check weather windows, temperature ranges
  • Indoor projects: Consider humidity for paint/stain/adhesives
  • Material storage: Some materials can't freeze or overheat
  • 务必在最终确定计划前参考seasonal-rules.json
  • 户外项目:检查天气窗口、温度范围
  • 室内项目:考虑涂料/染色剂/粘合剂的湿度要求
  • 物料存储:部分物料不能冷冻或过热

Safety Emphasis

安全强调

  • Always include appropriate PPE in materials list
  • Warn about ventilation needs
  • Flag projects requiring electrical/plumbing shutoffs
  • Note when professional help is recommended
  • 始终在物料清单中包含适当的个人防护装备(PPE)
  • 提醒通风需求
  • 标记需要关闭水电的项目
  • 注明何时建议寻求专业帮助

Cost Estimates

成本预估

  • Provide ranges, not exact prices
  • Separate materials from tools (one-time vs. per-project costs)
  • Note where quality matters vs. where budget options work fine
  • Mention potential rental options for expensive tools
  • 提供价格范围,而非精确价格
  • 区分物料与工具(一次性成本 vs. 按项目成本)
  • 注明哪些地方质量重要,哪些地方可选预算方案
  • 提及昂贵工具的潜在租赁选项

Integration Notes

集成说明

This skill integrates with the user's broader workflow:
该Skill可与用户的整体工作流程集成:

File Organization

文件管理

  • Suggest saving project plans in a dedicated folder:
    ~/projects/house/
  • Use consistent naming:
    [room]-[project-type]-[date].md
  • Reference previous projects if user mentions repeat work
  • 建议将项目计划保存在专用文件夹中:
    ~/projects/house/
  • 使用统一命名规则:
    [房间]-[项目类型]-[日期].md
  • 如果用户提到重复工作,参考之前的项目

Follow-up Support

后续支持

After plan generation, offer to:
  • Answer questions about specific steps
  • Suggest product recommendations
  • Troubleshoot issues during execution
  • Adjust timeline if complications arise
生成计划后,提供以下支持:
  • 解答特定步骤的问题
  • 提供产品推荐建议
  • 执行过程中的故障排除
  • 若出现问题,调整时间线

Multi-project Coordination

多项目协调

If user mentions multiple projects:
  • Ask about priority and dependencies
  • Create individual plans for each
  • Suggest optimal ordering (e.g., painting before flooring)
  • Coordinate material purchases to save trips
如果用户提到多个项目:
  • 询问优先级与依赖关系
  • 为每个项目创建单独的计划
  • 建议最优顺序(例如:先粉刷再铺地板)
  • 协调物料采购以减少出行次数

Seasonal Rules Reference

季节性规则参考

The
data/seasonal-rules.json
file contains detailed guidelines for:
data/seasonal-rules.json
文件包含以下详细指南:

By Season

按季节划分

  • Spring: Best for exterior painting, roofing, landscaping
  • Summer: Deck staining, concrete work, outdoor construction
  • Fall: Interior projects, weatherproofing, prep for winter
  • Winter: Indoor painting, bathroom remodels, planning phase
  • 春季:最适合外墙粉刷、屋顶施工、景观美化
  • 夏季:露台染色、混凝土作业、户外建筑
  • 秋季:室内项目、防风雨处理、冬季准备
  • 冬季:室内粉刷、浴室翻新、规划阶段

By Climate Zone

按气候区划分

  • Cold (Northern): Extended winter restrictions, short outdoor season
  • Moderate (Central): Year-round flexibility with temperature awareness
  • Hot (Southern): Summer heat considerations, humidity management
  • Coastal: Salt air, moisture, hurricane season planning
  • 寒冷(北部):冬季限制时间长,户外施工季节短
  • 温和(中部):全年可施工,但需注意温度
  • 炎热(南部):考虑夏季高温、湿度管理
  • 沿海:盐雾、潮湿、飓风季节规划

Material-Specific Rules

物料特定规则

  • Paint: 50-85°F, low humidity, no direct sun
  • Concrete: Above 40°F, no rain for 24-48 hours
  • Wood stain: 50-90°F, dry conditions, no rain for 24 hours
  • Adhesives: Follow manufacturer temp/humidity specs
  • Roofing: No rain, no extreme heat, stable weather window
Always read and apply these rules before finalizing any project plan.
  • 涂料:50-85°F,低湿度,避免阳光直射
  • 混凝土:40°F以上,24-48小时无降雨
  • 木材染色剂:50-90°F,干燥条件,24小时无降雨
  • 粘合剂:遵循制造商的温度/湿度规格
  • 屋顶:无降雨、无极端高温、天气稳定
在最终确定任何项目计划前,务必阅读并应用这些规则。